dev-python/requests-oauthlib: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:46:40 +0000 (17:46 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:53:11 +0000 (17:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/requests-oauthlib/requests-oauthlib-0.7.0.ebuild
dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild

index 32a0617facc5621dbc97c49529ded5f261bae181..b193543a9fe13d2b1641906b4f97492c9543e356 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 94b74433be641fbf4cbde8db8b7d10f813492edb..754769b8f0a14037bd17483db3d3650c16e50cea 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1