commit:     6d16aa3c19a124fedd50bf3996fd8f24bed56765
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 08:09:38 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 08:11:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d16aa3c

dev-python/pythran: Add missing test deps

Closes: https://bugs.gentoo.org/797457
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pythran/pythran-0.9.11.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/pythran/pythran-0.9.11.ebuild 
b/dev-python/pythran/pythran-0.9.11.ebuild
index 1e70b667c25..447f26052be 100644
--- a/dev-python/pythran/pythran-0.9.11.ebuild
+++ b/dev-python/pythran/pythran-0.9.11.ebuild
@@ -28,7 +28,10 @@ RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]"
 BDEPEND="
        test? (
+               dev-python/ipython[${PYTHON_USEDEP}]
                dev-python/pytest-xdist[${PYTHON_USEDEP}]
+               dev-python/scipy[${PYTHON_USEDEP}]
+               virtual/cblas
        )"
 
 distutils_enable_tests pytest

Reply via email to