summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:51:10 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 21:00:04 +0200
commitac872f5a606f005a88fc7a2bdbbe6e81911aac9b (patch)
tree71886c706fe096494d89d84b5c5fdb9de8d46b02 /dev-python/ndg-httpsclient
parentdev-python/markdown: Enable py3.10 (diff)
downloadgentoo-ac872f5a606f005a88fc7a2bdbbe6e81911aac9b.tar.gz
gentoo-ac872f5a606f005a88fc7a2bdbbe6e81911aac9b.tar.bz2
gentoo-ac872f5a606f005a88fc7a2bdbbe6e81911aac9b.zip
dev-python/ndg-httpsclient: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ndg-httpsclient')
-rw-r--r--dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild
index cf5a74bab0ca..99202b1c9470 100644
--- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild
+++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild
@@ -3,9 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"
@@ -24,7 +22,7 @@ RDEPEND="
dev-python/pyopenssl[${PYTHON_USEDEP}]"
# we need to block the previous versions since incorrect namespace
# install breaks tests
-DEPEND="${RDEPEND}
+BDEPEND="
test? (
!!<dev-python/ndg-httpsclient-0.4.2-r1
dev-libs/openssl:0