From 461a53c6e5d340305e0423dd4bfed0cc8ab3e6ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 26 Feb 2020 13:15:22 +0100 Subject: [PATCH] dev-python/ssl-fetch: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/ssl-fetch/ssl-fetch-0.4.ebuild | 7 +------ 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() { -- 2.26.2