commit:     04663290721eda8d6d82e2cc91f45c59cd312a64
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 23 20:15:04 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Feb 23 20:15:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04663290

sci-libs/branca: fix BDEPEND

Closes: https://bugs.gentoo.org/924877
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-libs/branca/branca-0.7.0-r2.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-libs/branca/branca-0.7.0-r2.ebuild 
b/sci-libs/branca/branca-0.7.0-r2.ebuild
index aeb60c9999b7..530dc31506f2 100644
--- a/sci-libs/branca/branca-0.7.0-r2.ebuild
+++ b/sci-libs/branca/branca-0.7.0-r2.ebuild
@@ -19,9 +19,12 @@ KEYWORDS="~amd64 ~x86"
 PATCHES=( "${FILESDIR}"/${PN}-0.6.0-test.patch )
 
 RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       test? ( dev-python/selenium[${PYTHON_USEDEP}] )"
-BDEPEND="dev-python/setuptools-scm"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/setuptools-scm
+       test? (
+               dev-python/selenium[${PYTHON_USEDEP}]
+               dev-python/numpy[${PYTHON_USEDEP}]
+       )"
 
 distutils_enable_tests pytest
 

Reply via email to