From 98f60afc731cb88126aee1b47cb6ddbef6c05d5c Mon Sep 17 00:00:00 2001 From: Guillaume Seren Date: Thu, 24 Dec 2020 04:19:12 +0100 Subject: dev-python/cssutils: Add support python3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/761466 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Guillaume Seren Signed-off-by: Michał Górny --- dev-python/cssutils/cssutils-1.0.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/cssutils') diff --git a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild index 7b4f6a4808cb..363407545582 100644 --- a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild +++ b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 -- cgit v1.2.3