summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-21 20:50:36 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-21 21:23:34 +0200
commit3e313252a766897420c127b5b7ae94930981b381 (patch)
tree2dbd61f34c24692fd0fda7d4c8fdb99f33c4d61c /dev-python/cherrypy
parentdev-python/cherrypy: Fix tests (diff)
downloadgentoo-3e313252a766897420c127b5b7ae94930981b381.tar.gz
gentoo-3e313252a766897420c127b5b7ae94930981b381.tar.bz2
gentoo-3e313252a766897420c127b5b7ae94930981b381.zip
dev-python/cherrypy: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cherrypy')
-rw-r--r--dev-python/cherrypy/cherrypy-18.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cherrypy/cherrypy-18.5.0.ebuild b/dev-python/cherrypy/cherrypy-18.5.0.ebuild
index 23a04475d93c..23a645ff0d5c 100644
--- a/dev-python/cherrypy/cherrypy-18.5.0.ebuild
+++ b/dev-python/cherrypy/cherrypy-18.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1