dev-python/cssutils: Add support python3.9

Closes: https://bugs.gentoo.org/761466
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>
This commit is contained in:
Guillaume Seren
2020-12-24 04:19:12 +01:00
committed by Michał Górny
parent 35aee8e4ab
commit 98f60afc73

View File

@@ -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