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 09:02:19
Message-Id: 1624352531.133d7e7d057239e0bd9cc745a5e5e5dc17a032a3.mgorny@gentoo
1 commit: 133d7e7d057239e0bd9cc745a5e5e5dc17a032a3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 09:01:56 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 09:02:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133d7e7d
7
8 dev-python/pythran: Add missing wheel test dep
9
10 Closes: https://bugs.gentoo.org/797499
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pythran/pythran-0.9.11.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/pythran/pythran-0.9.11.ebuild b/dev-python/pythran/pythran-0.9.11.ebuild
17 index 447f26052be..e9f0d52d41d 100644
18 --- a/dev-python/pythran/pythran-0.9.11.ebuild
19 +++ b/dev-python/pythran/pythran-0.9.11.ebuild
20 @@ -31,6 +31,7 @@ BDEPEND="
21 dev-python/ipython[${PYTHON_USEDEP}]
22 dev-python/pytest-xdist[${PYTHON_USEDEP}]
23 dev-python/scipy[${PYTHON_USEDEP}]
24 + dev-python/wheel[${PYTHON_USEDEP}]
25 virtual/cblas
26 )"