summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-22 07:36:04 +0000
committerSam James <sam@gentoo.org>2021-02-22 07:36:04 +0000
commit43808394ff05d96be67b33cbd962db0a80017ec6 (patch)
treeee82c3d3305f2453cc3250c10f54d957f8643050 /dev-python/ndg-httpsclient
parentsys-kernel/pf-sources: clean old (diff)
downloadgentoo-43808394ff05d96be67b33cbd962db0a80017ec6.tar.gz
gentoo-43808394ff05d96be67b33cbd962db0a80017ec6.tar.bz2
gentoo-43808394ff05d96be67b33cbd962db0a80017ec6.zip
dev-python/ndg-httpsclient: add Python 3.9
Bug: https://bugs.gentoo.org/710396 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/ndg-httpsclient')
-rw-r--r--dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild2
1 files changed, 1 insertions, 1 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 c2371275a838..e44dc2439e8a 100644
--- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild
+++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
inherit distutils-r1