summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-22 10:56:58 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-22 11:15:33 +0200
commit6c455fc99496e7b666977359e5522dac16432b9a (patch)
treec75757567732c6acb2de08578a88b4c851d3f16b
parentdev-python/urlgrabber: Remove old (py2) (diff)
downloadgentoo-6c455fc99496e7b666977359e5522dac16432b9a.tar.gz
gentoo-6c455fc99496e7b666977359e5522dac16432b9a.tar.bz2
gentoo-6c455fc99496e7b666977359e5522dac16432b9a.zip
dev-python/pycurl: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pycurl/pycurl-7.43.0.3.ebuild2
-rw-r--r--dev-python/pycurl/pycurl-7.43.0.5.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycurl/pycurl-7.43.0.3.ebuild b/dev-python/pycurl/pycurl-7.43.0.3.ebuild
index 20694a2260f7..0f21898fca4c 100644
--- a/dev-python/pycurl/pycurl-7.43.0.3.ebuild
+++ b/dev-python/pycurl/pycurl-7.43.0.3.ebuild
@@ -4,7 +4,7 @@
EAPI=7
# The selftests fail with pypy, and urlgrabber segfaults for me.
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/pycurl/pycurl-7.43.0.5.ebuild b/dev-python/pycurl/pycurl-7.43.0.5.ebuild
index 282a8cebafb9..d4876adf5b11 100644
--- a/dev-python/pycurl/pycurl-7.43.0.5.ebuild
+++ b/dev-python/pycurl/pycurl-7.43.0.5.ebuild
@@ -4,7 +4,7 @@
EAPI=7
# The selftests fail with pypy, and urlgrabber segfaults for me.
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1 toolchain-funcs