diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-12-05 16:32:39 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-12-05 16:35:47 -0800 |
commit | 026957854bd194a4df60c59975a89fe7e0baec0d (patch) | |
tree | b719c75c6d4fd0e990d4b6084a8457fba7e231de /dev-python/mechanize | |
parent | dev-python/html2text: PYTHON_COMPAT+=(python3_9) (diff) | |
download | gentoo-026957854bd194a4df60c59975a89fe7e0baec0d.tar.gz gentoo-026957854bd194a4df60c59975a89fe7e0baec0d.tar.bz2 gentoo-026957854bd194a4df60c59975a89fe7e0baec0d.zip |
dev-python/mechanize: PYTHON_COMPAT+=(python3_9)
Bug: https://bugs.gentoo.org/758629
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/mechanize')
-rw-r--r-- | dev-python/mechanize/mechanize-0.4.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mechanize/mechanize-0.4.5.ebuild b/dev-python/mechanize/mechanize-0.4.5.ebuild index c9ee10e59bcf..8b63084ba831 100644 --- a/dev-python/mechanize/mechanize-0.4.5.ebuild +++ b/dev-python/mechanize/mechanize-0.4.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 |