summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2020-09-08 01:38:15 +0200
committerLouis Sautier <sbraz@gentoo.org>2020-09-08 01:42:34 +0200
commit4166eb0a3c9d8f622d15bab0d1d7e4b821e6f935 (patch)
tree091640676a87653b4300189c06882598b123e910 /www-apps
parentdev-python/python-ctags: bump to 1.5.0, adds Python 3.9 support (diff)
downloadgentoo-4166eb0a3c9d8f622d15bab0d1d7e4b821e6f935.tar.gz
gentoo-4166eb0a3c9d8f622d15bab0d1d7e4b821e6f935.tar.bz2
gentoo-4166eb0a3c9d8f622d15bab0d1d7e4b821e6f935.zip
www-apps/klaus: support Python 3.9, remove explicit setuptools dep.
Package-Manager: Portage-3.0.3, Repoman-2.3.23 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/klaus/klaus-1.5.2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/www-apps/klaus/klaus-1.5.2.ebuild b/www-apps/klaus/klaus-1.5.2.ebuild
index 351c5e29721b..a72bfd91a803 100644
--- a/www-apps/klaus/klaus-1.5.2.ebuild
+++ b/www-apps/klaus/klaus-1.5.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
@@ -25,7 +25,6 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
# The tests can only be run from a git repository
# so they are not included in the source distributions