summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2020-09-05 01:05:15 +0200
committerLouis Sautier <sbraz@gentoo.org>2020-09-05 01:05:15 +0200
commit9541ecb5c6f18f30726708b12a566cf7ced6bb03 (patch)
tree4915e54e0845f02f6bfac8e83834b0da7c9f74a7
parentdev-python/jaraco-itertools: add Python 3.9 support (diff)
downloadgentoo-9541ecb5c6f18f30726708b12a566cf7ced6bb03.tar.gz
gentoo-9541ecb5c6f18f30726708b12a566cf7ced6bb03.tar.bz2
gentoo-9541ecb5c6f18f30726708b12a566cf7ced6bb03.zip
dev-python/httpauth: add Python 3.9 support
Package-Manager: Portage-3.0.3, Repoman-2.3.23 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
-rw-r--r--dev-python/httpauth/httpauth-0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpauth/httpauth-0.3.ebuild b/dev-python/httpauth/httpauth-0.3.ebuild
index 5bff2d382521..79917f96a9cc 100644
--- a/dev-python/httpauth/httpauth-0.3.ebuild
+++ b/dev-python/httpauth/httpauth-0.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1