diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:07:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:37:41 +0100 |
commit | 96ac25f0cc761be0b69a21141193457a3dc04841 (patch) | |
tree | 891dee67afea706ca11c777e094d411815faacf2 /dev-python/python-fastimport | |
parent | dev-python/python-fastimport: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-96ac25f0cc761be0b69a21141193457a3dc04841.tar.gz gentoo-96ac25f0cc761be0b69a21141193457a3dc04841.tar.bz2 gentoo-96ac25f0cc761be0b69a21141193457a3dc04841.zip |
dev-python/python-fastimport: Tested on python3.8
Signed-off-by: Michał Górny <mgorny@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 a6971f7c4fa8..324652f9d86f 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=( pypy{,3} python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} ) inherit distutils-r1 |