diff options
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/klaus/klaus-1.5.2.ebuild | 3 |
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 |