diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-26 13:15:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-26 13:17:59 +0100 |
commit | 461a53c6e5d340305e0423dd4bfed0cc8ab3e6ba (patch) | |
tree | 60891b71aae42e58d8823fae9a4adcf8733f86d5 /dev-python/ssl-fetch | |
parent | dev-python/pyGPG: Remove py2 (diff) | |
download | gentoo-461a53c6e5d340305e0423dd4bfed0cc8ab3e6ba.tar.gz gentoo-461a53c6e5d340305e0423dd4bfed0cc8ab3e6ba.tar.bz2 gentoo-461a53c6e5d340305e0423dd4bfed0cc8ab3e6ba.zip |
dev-python/ssl-fetch: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ssl-fetch')
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-0.4.ebuild | 7 | ||||
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild index 4711b10e72b9..01158a575ba1 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -21,11 +21,6 @@ DEPEND="" RDEPEND="${DEPEND} >=dev-python/requests-1.2.1[${PYTHON_USEDEP}] - python_targets_python2_7? ( - dev-python/ndg-httpsclient[python_targets_python2_7] - dev-python/pyasn1[python_targets_python2_7] - >=dev-python/pyopenssl-0.13[python_targets_python2_7] - ) " pkg_postinst() { diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild index 052b8b73862b..bd7d61998dfe 100644 --- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) EGIT_BRANCH="master" @@ -24,11 +24,6 @@ DEPEND="" RDEPEND="${DEPEND} >=dev-python/requests-1.2.1[${PYTHON_USEDEP}] - python_targets_python2_7? ( - dev-python/ndg-httpsclient[python_targets_python2_7] - dev-python/pyasn1[python_targets_python2_7] - >=dev-python/pyopenssl-0.13[python_targets_python2_7] - ) " pkg_postinst() { |