dev-python/requests-oauthlib: Added Python 3.5 support wrt #591426

Package-Manager: portage-2.2.28
This commit is contained in:
Johann Schmitz
2016-08-20 07:07:00 +02:00
parent 6b0f661a15
commit 9d65bc8001

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1