commit:     461a53c6e5d340305e0423dd4bfed0cc8ab3e6ba
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 12:15:22 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 12:17:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461a53c6

dev-python/ssl-fetch: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 4711b10e72b..01158a575ba 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 052b8b73862..bd7d61998df 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() {

Reply via email to