Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythran/
Date: Tue, 22 Jun 2021 08:13:12
Message-Id: 1624349467.6d16aa3c19a124fedd50bf3996fd8f24bed56765.mgorny@gentoo
1 commit: 6d16aa3c19a124fedd50bf3996fd8f24bed56765
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 08:09:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 08:11:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d16aa3c
7
8 dev-python/pythran: Add missing test deps
9
10 Closes: https://bugs.gentoo.org/797457
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pythran/pythran-0.9.11.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/dev-python/pythran/pythran-0.9.11.ebuild b/dev-python/pythran/pythran-0.9.11.ebuild
17 index 1e70b667c25..447f26052be 100644
18 --- a/dev-python/pythran/pythran-0.9.11.ebuild
19 +++ b/dev-python/pythran/pythran-0.9.11.ebuild
20 @@ -28,7 +28,10 @@ RDEPEND="
21 dev-python/six[${PYTHON_USEDEP}]"
22 BDEPEND="
23 test? (
24 + dev-python/ipython[${PYTHON_USEDEP}]
25 dev-python/pytest-xdist[${PYTHON_USEDEP}]
26 + dev-python/scipy[${PYTHON_USEDEP}]
27 + virtual/cblas
28 )"
29
30 distutils_enable_tests pytest