commit: 4166eb0a3c9d8f622d15bab0d1d7e4b821e6f935
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 23:38:15 2020 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 23:42:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4166eb0a
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 <AT> gentoo.org>
www-apps/klaus/klaus-1.5.2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/www-apps/klaus/klaus-1.5.2.ebuild
b/www-apps/klaus/klaus-1.5.2.ebuild
index 351c5e29721..a72bfd91a80 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