summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 17:46:40 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 17:53:11 +0100
commitc513b1f7fd1922a1b57320045420db73fbe3db6f (patch)
tree413d90027610701219f133da940241ee8f91cfc7 /dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild
parentdev-python/oauth2: Remove py2 (diff)
downloadgentoo-c513b1f7fd1922a1b57320045420db73fbe3db6f.tar.gz
gentoo-c513b1f7fd1922a1b57320045420db73fbe3db6f.tar.bz2
gentoo-c513b1f7fd1922a1b57320045420db73fbe3db6f.zip
dev-python/requests-oauthlib: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild')
-rw-r--r--dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild b/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild
index 94b74433be64..754769b8f0a1 100644
--- a/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild
+++ b/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1