diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-09-05 09:35:07 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-09-05 09:35:07 +0200 |
commit | abee15d512d33d87767f26050ff96b40a37d0d32 (patch) | |
tree | 9d951a2e7703a7679a0e5849a0ca3e64f662451e /dev-python/dulwich | |
parent | dev-python/pydotplus: PYTHON_COMPAT and EAPI update (diff) | |
download | gentoo-abee15d512d33d87767f26050ff96b40a37d0d32.tar.gz gentoo-abee15d512d33d87767f26050ff96b40a37d0d32.tar.bz2 gentoo-abee15d512d33d87767f26050ff96b40a37d0d32.zip |
dev-python/dulwich-0.20.5: add python3_9 support
Closes: https://bugs.gentoo.org/733846
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/dulwich-0.20.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/dulwich/dulwich-0.20.5.ebuild b/dev-python/dulwich/dulwich-0.20.5.ebuild index bea5ab1da2bd..28c16b903611 100644 --- a/dev-python/dulwich/dulwich-0.20.5.ebuild +++ b/dev-python/dulwich/dulwich-0.20.5.ebuild @@ -3,8 +3,7 @@ EAPI=7 -# ready for 3_9, but fastimport isn't yet, #733838 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 |