summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Seren <guillaumeseren@gmail.com>2020-12-24 04:19:12 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-24 09:47:59 +0100
commit98f60afc731cb88126aee1b47cb6ddbef6c05d5c (patch)
tree897d88da8d6fb816fb0a19ca728d7d0205c86b0e /dev-python/cssutils
parentdev-python/PyGithub: Bump to 1.54.1 (diff)
downloadgentoo-98f60afc731cb88126aee1b47cb6ddbef6c05d5c.tar.gz
gentoo-98f60afc731cb88126aee1b47cb6ddbef6c05d5c.tar.bz2
gentoo-98f60afc731cb88126aee1b47cb6ddbef6c05d5c.zip
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>
Diffstat (limited to 'dev-python/cssutils')
-rw-r--r--dev-python/cssutils/cssutils-1.0.2-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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