diff options
author | Johann Schmitz <ercpe@gentoo.org> | 2016-08-20 07:07:00 +0200 |
---|---|---|
committer | Johann Schmitz <ercpe@gentoo.org> | 2016-08-20 07:07:00 +0200 |
commit | 9d65bc80018ae077562c090bf1ddf9f09d4de79a (patch) | |
tree | 31beff9ca00cc251ebd9218b2965b9c5a82a7c4e /dev-python/requests-oauthlib | |
parent | media-gfx/apng2gif: remove old (diff) | |
download | gentoo-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
Diffstat (limited to 'dev-python/requests-oauthlib')
-rw-r--r-- | dev-python/requests-oauthlib/requests-oauthlib-0.6.2.ebuild | 2 |
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 |