summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Schild <henning@hennsch.de>2025-02-17 10:06:08 +0100
committerSam James <sam@gentoo.org>2025-02-19 11:14:54 +0000
commita0c44f82a44908ee13dccb0443de5a52c6aff62c (patch)
treec378211a55a0e848b21af8c3ad11fad8395cf76c /www-apps
parentx11-misc/xkbset: Keyword 0.8 arm64, #949961 (diff)
downloadgentoo-a0c44f82a44908ee13dccb0443de5a52c6aff62c.tar.gz
gentoo-a0c44f82a44908ee13dccb0443de5a52c6aff62c.tar.bz2
gentoo-a0c44f82a44908ee13dccb0443de5a52c6aff62c.zip
www-apps/radicale: add optional library as test dep
We moved dev-python/bcrypt from RDEPEND to optfeature, however for the test suite it remains madatory. So add it to BDEPEND when test is set. Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://bugs.gentoo.org/949850 Closes: https://github.com/gentoo/gentoo/pull/40612 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/radicale/radicale-3.4.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/www-apps/radicale/radicale-3.4.1.ebuild b/www-apps/radicale/radicale-3.4.1.ebuild
index e956978d0128..dc315c6d6316 100644
--- a/www-apps/radicale/radicale-3.4.1.ebuild
+++ b/www-apps/radicale/radicale-3.4.1.ebuild
@@ -32,6 +32,7 @@ RDEPEND="
BDEPEND="
test? (
+ dev-python/bcrypt[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/waitress[${PYTHON_USEDEP}]
)