commit:     a0c44f82a44908ee13dccb0443de5a52c6aff62c
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Mon Feb 17 09:06:08 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 11:14:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c44f82

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 <AT> hennsch.de>
Closes: https://bugs.gentoo.org/949850
Closes: https://github.com/gentoo/gentoo/pull/40612
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/radicale/radicale-3.4.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

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}]
        )

Reply via email to