dev-python/requests_pkcs12: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:03:52 +0000 (22:03 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:21:41 +0000 (22:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild

index 8f426e92ba3a03cdb42fc7d2ae9a50ccdeed330f..4e6a9dab7e5ecf0b5a0676c1fc68f31d1275fa46 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Adds PKCS#12 support to the Python requests library in a clean way"