From f7d8fbd9969436866632f1d9a5089ee7059e8108 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 5 Feb 2020 22:03:52 +0100 Subject: dev-python/requests_pkcs12: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') 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" -- cgit v1.2.3-65-gdbad