dev-cpp/coeurl: don't check test deps when not testing

Closes: https://bugs.gentoo.org/911504
Signed-off-by: tastytea <gentoo@tastytea.de>
This commit is contained in:
tastytea
2023-07-30 21:49:55 +02:00
parent 6cd4861353
commit 695376696c

View File

@@ -36,6 +36,8 @@ BDEPEND="
"
python_check_deps() {
use test || return 0 # python is only used for tests, bug #911504
python_has_version "dev-python/flask[${PYTHON_USEDEP}]"
}