commit: abee15d512d33d87767f26050ff96b40a37d0d32 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Sep 5 07:35:07 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Sep 5 07:35:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abee15d5
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 <AT> gentoo.org> dev-python/dulwich/dulwich-0.20.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/dulwich/dulwich-0.20.5.ebuild b/dev-python/dulwich/dulwich-0.20.5.ebuild index bea5ab1da2b..28c16b90361 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
