From: Michał Górny Date: Wed, 5 Feb 2020 21:03:52 +0000 (+0100) Subject: dev-python/requests_pkcs12: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f7d8fbd9969436866632f1d9a5089ee7059e8108;p=gentoo.git dev-python/requests_pkcs12: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild b/dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild index 8f426e92ba3a..4e6a9dab7e5e 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"