diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:03:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:21:41 +0100 |
commit | f7d8fbd9969436866632f1d9a5089ee7059e8108 (patch) | |
tree | 5bccc3aba4ed576659ace32269b4e1bb1b9411d7 /dev-python/requests_pkcs12 | |
parent | dev-python/requests-mock: Remove py2 (diff) | |
download | gentoo-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/requests_pkcs12')
-rw-r--r-- | dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild | 2 |
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" |