summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2020-09-05 01:10:47 +0200
committerLouis Sautier <sbraz@gentoo.org>2020-09-05 01:10:47 +0200
commit2d6f5c4797de4220b7c110af7498726db6a2bb8a (patch)
tree1164a8ba53dc4a8aeb757a175edc6ca8e2dd3e00
parentdev-python/httpauth: add Python 3.9 support (diff)
downloadgentoo-2d6f5c47.tar.gz
gentoo-2d6f5c47.tar.bz2
gentoo-2d6f5c47.zip
dev-python/python-fastimport: add Python 3.9 support
Closes: https://bugs.gentoo.org/733838 Package-Manager: Portage-3.0.3, Repoman-2.3.23 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
-rw-r--r--dev-python/python-fastimport/python-fastimport-0.9.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild
index 2e4a3c90c52e..7c291a20c533 100644
--- a/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild
+++ b/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
inherit distutils-r1