diff options
author | Louis Sautier <sbraz@gentoo.org> | 2023-06-14 13:26:27 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2023-06-14 13:29:12 +0200 |
commit | 3c3f29cbdd169325b360e55989c3d171e3d1d8e6 (patch) | |
tree | 2664536a3f3c35a3f77c55280cdffd5d9c62dcc1 /www-apps/klaus | |
parent | sys-kernel/gentoo-sources: add 6.3.8 (diff) | |
download | gentoo-3c3f29cbdd169325b360e55989c3d171e3d1d8e6.tar.gz gentoo-3c3f29cbdd169325b360e55989c3d171e3d1d8e6.tar.bz2 gentoo-3c3f29cbdd169325b360e55989c3d171e3d1d8e6.zip |
www-apps/klaus: restrict tests, #908453
Closes: https://bugs.gentoo.org/908453
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-apps/klaus')
-rw-r--r-- | www-apps/klaus/klaus-2.0.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www-apps/klaus/klaus-2.0.3.ebuild b/www-apps/klaus/klaus-2.0.3.ebuild index 41b3713ceb0a..af488c89f7ae 100644 --- a/www-apps/klaus/klaus-2.0.3.ebuild +++ b/www-apps/klaus/klaus-2.0.3.ebuild @@ -16,6 +16,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ctags" +# Tests can only be run from a git repository so they are not included in +# source distributions. +RESTRICT="test" + RDEPEND=" >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] @@ -25,9 +29,6 @@ RDEPEND=" ctags? ( dev-python/python-ctags3[${PYTHON_USEDEP}] ) " -# The tests can only be run from a git repository -# so they are not included in the source distributions - python_install_all() { distutils-r1_python_install_all doman ${PN}.1 |