dev-python/construct: added scimath for testing.

dev-python/scimath is required for python2_7

Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
Azamat H. Hackimov
2018-09-25 01:57:19 +03:00
committed by Patrice Clement
parent 6f2a11c19d
commit 43c74509ce
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ IUSE="test"
DEPEND="test? (
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/scimath[${PYTHON_USEDEP}]' 'python2_7')
)"
python_test() {