diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-12-05 16:21:41 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-12-05 16:22:53 -0800 |
commit | 6dc5f091e7ad893a3faf2ff5fb590a94a6aa2818 (patch) | |
tree | acbc3eb1fc7b5faa05e00cbf05a1b0107a1e4344 /dev-python/html5-parser | |
parent | net-misc/electron-cash: add py3_{8,9} (diff) | |
download | gentoo-6dc5f091e7ad893a3faf2ff5fb590a94a6aa2818.tar.gz gentoo-6dc5f091e7ad893a3faf2ff5fb590a94a6aa2818.tar.bz2 gentoo-6dc5f091e7ad893a3faf2ff5fb590a94a6aa2818.zip |
dev-python/html5-parser: 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/html5-parser')
-rw-r--r-- | dev-python/html5-parser/html5-parser-0.4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/html5-parser/html5-parser-0.4.9.ebuild b/dev-python/html5-parser/html5-parser-0.4.9.ebuild index f7c09bd71d51..8878f4a6527b 100644 --- a/dev-python/html5-parser/html5-parser-0.4.9.ebuild +++ b/dev-python/html5-parser/html5-parser-0.4.9.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 toolchain-funcs |