From 133d7e7d057239e0bd9cc745a5e5e5dc17a032a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 22 Jun 2021 11:01:56 +0200 Subject: [PATCH] dev-python/pythran: Add missing wheel test dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/797499 Signed-off-by: Michał Górny --- dev-python/pythran/pythran-0.9.11.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pythran/pythran-0.9.11.ebuild b/dev-python/pythran/pythran-0.9.11.ebuild index 447f26052bef7..e9f0d52d41d00 100644 --- a/dev-python/pythran/pythran-0.9.11.ebuild +++ b/dev-python/pythran/pythran-0.9.11.ebuild @@ -31,6 +31,7 @@ BDEPEND=" dev-python/ipython[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] virtual/cblas )"