dev-python/requests-oauthlib: Added Python 3.5 support wrt #591426
authorJohann Schmitz <ercpe@gentoo.org>
Sat, 20 Aug 2016 05:07:00 +0000 (07:07 +0200)
committerJohann Schmitz <ercpe@gentoo.org>
Sat, 20 Aug 2016 05:07:00 +0000 (07:07 +0200)
Package-Manager: portage-2.2.28

dev-python/requests-oauthlib/requests-oauthlib-0.6.2.ebuild

index d994bbc35ef6701efe25b23d044fc5eb42e698c8..d4349913da5455fbae768b755bb2e5a809d054fe 100644 (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