diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-11 15:08:04 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-11 15:08:04 +0200 |
commit | 256671889c68b60f5d073405c183fb24368cf8cf (patch) | |
tree | 4d4794abdf54f2c7ebb506c32398eeec15bae39d /dev-python/requests-oauthlib | |
parent | dev-python/markups: Add python3_6 (diff) | |
download | gentoo-256671889c68b60f5d073405c183fb24368cf8cf.tar.gz gentoo-256671889c68b60f5d073405c183fb24368cf8cf.tar.bz2 gentoo-256671889c68b60f5d073405c183fb24368cf8cf.zip |
dev-python/requests-oauthlib: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/requests-oauthlib')
-rw-r--r-- | dev-python/requests-oauthlib/requests-oauthlib-0.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requests-oauthlib/requests-oauthlib-0.7.0.ebuild b/dev-python/requests-oauthlib/requests-oauthlib-0.7.0.ebuild index c626ff6674a6..8fca85bbe7a4 100644 --- a/dev-python/requests-oauthlib/requests-oauthlib-0.7.0.ebuild +++ b/dev-python/requests-oauthlib/requests-oauthlib-0.7.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |