summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 22:03:52 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 22:21:41 +0100
commitf7d8fbd9969436866632f1d9a5089ee7059e8108 (patch)
tree5bccc3aba4ed576659ace32269b4e1bb1b9411d7 /dev-python
parentdev-python/requests-mock: Remove py2 (diff)
downloadgentoo-f7d8fbd9969436866632f1d9a5089ee7059e8108.tar.gz
gentoo-f7d8fbd9969436866632f1d9a5089ee7059e8108.tar.bz2
gentoo-f7d8fbd9969436866632f1d9a5089ee7059e8108.zip
dev-python/requests_pkcs12: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild2
1 files changed, 1 insertions, 1 deletions
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"