dev-python/pythran: Add missing wheel test dep

Closes: https://bugs.gentoo.org/797499
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-06-22 11:01:56 +02:00
parent 5f5a197738
commit 133d7e7d05

View File

@@ -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
)"