From 695376696cc39acda873f7ea357e42acf22efa1a Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 30 Jul 2023 21:49:55 +0200 Subject: [PATCH] dev-cpp/coeurl: don't check test deps when not testing Closes: https://bugs.gentoo.org/911504 Signed-off-by: tastytea --- dev-cpp/coeurl/coeurl-0.3.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-cpp/coeurl/coeurl-0.3.0.ebuild b/dev-cpp/coeurl/coeurl-0.3.0.ebuild index 5c65cc7b79..309b9fcd52 100644 --- a/dev-cpp/coeurl/coeurl-0.3.0.ebuild +++ b/dev-cpp/coeurl/coeurl-0.3.0.ebuild @@ -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}]" }