diff options
author | Guillaume Seren <guillaumeseren@gmail.com> | 2020-12-24 04:24:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-24 09:48:00 +0100 |
commit | ac99cd01b0412fcf81250ad1f1c7ce759501c6c2 (patch) | |
tree | 2bad2f7c8ba1a7e772edfb8e2e37bd824b36570c /dev-python/pypeg2 | |
parent | dev-python/cssutils: Add support python3.9 (diff) | |
download | gentoo-ac99cd01b0412fcf81250ad1f1c7ce759501c6c2.tar.gz gentoo-ac99cd01b0412fcf81250ad1f1c7ce759501c6c2.tar.bz2 gentoo-ac99cd01b0412fcf81250ad1f1c7ce759501c6c2.zip |
dev-python/pypeg2: Add support python3.9
Closes: https://bugs.gentoo.org/761472
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypeg2')
-rw-r--r-- | dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild index 75770fae21af..c89a5bf748d7 100644 --- a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild +++ b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 |