From 43808394ff05d96be67b33cbd962db0a80017ec6 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 22 Feb 2021 07:36:04 +0000 Subject: 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 --- dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild') 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 -- cgit v1.2.3-65-gdbad