commit: f7d8fbd9969436866632f1d9a5089ee7059e8108
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 21:03:52 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 21:21:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d8fbd9
dev-python/requests_pkcs12: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild
b/dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild
index 8f426e92ba3..4e6a9dab7e5 100644
--- a/dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild
+++ b/dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild
@@ -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"