commit: b0ca6821a4cf1613c6364b31ddded769b7085cec
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 19:55:28 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 25 19:55:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ca6821
dev-python/setuptools-git: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 4b6368fa9e3..7f69c0ee96e 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit distutils-r1