summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann Schmitz <ercpe@gentoo.org>2016-08-20 07:07:00 +0200
committerJohann Schmitz <ercpe@gentoo.org>2016-08-20 07:07:00 +0200
commit9d65bc80018ae077562c090bf1ddf9f09d4de79a (patch)
tree31beff9ca00cc251ebd9218b2965b9c5a82a7c4e
parentmedia-gfx/apng2gif: remove old (diff)
downloadgentoo-9d65bc80018ae077562c090bf1ddf9f09d4de79a.tar.gz
gentoo-9d65bc80018ae077562c090bf1ddf9f09d4de79a.tar.bz2
gentoo-9d65bc80018ae077562c090bf1ddf9f09d4de79a.zip
dev-python/requests-oauthlib: Added Python 3.5 support wrt #591426
Package-Manager: portage-2.2.28
-rw-r--r--dev-python/requests-oauthlib/requests-oauthlib-0.6.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests-oauthlib/requests-oauthlib-0.6.2.ebuild b/dev-python/requests-oauthlib/requests-oauthlib-0.6.2.ebuild
index d994bbc35ef6..d4349913da54 100644
--- a/dev-python/requests-oauthlib/requests-oauthlib-0.6.2.ebuild
+++ b/dev-python/requests-oauthlib/requests-oauthlib-0.6.2.ebuild
@@ -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