diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-09-05 01:10:47 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-09-05 01:10:47 +0200 |
commit | 2d6f5c4797de4220b7c110af7498726db6a2bb8a (patch) | |
tree | 1164a8ba53dc4a8aeb757a175edc6ca8e2dd3e00 /dev-python/python-fastimport | |
parent | dev-python/httpauth: add Python 3.9 support (diff) | |
download | gentoo-2d6f5c4797de4220b7c110af7498726db6a2bb8a.tar.gz gentoo-2d6f5c4797de4220b7c110af7498726db6a2bb8a.tar.bz2 gentoo-2d6f5c4797de4220b7c110af7498726db6a2bb8a.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>
Diffstat (limited to 'dev-python/python-fastimport')
-rw-r--r-- | dev-python/python-fastimport/python-fastimport-0.9.8.ebuild | 2 |
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 |