From 6dc5f091e7ad893a3faf2ff5fb590a94a6aa2818 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 5 Dec 2020 16:21:41 -0800 Subject: 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 --- dev-python/html5-parser/html5-parser-0.4.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/html5-parser') 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 -- cgit v1.2.3-65-gdbad