diff options
Diffstat (limited to 'dev-python/construct/construct-2.8.21.ebuild')
-rw-r--r-- | dev-python/construct/construct-2.8.21.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/construct/construct-2.8.21.ebuild b/dev-python/construct/construct-2.8.21.ebuild index a856d066558a..2e90888369a6 100644 --- a/dev-python/construct/construct-2.8.21.ebuild +++ b/dev-python/construct/construct-2.8.21.ebuild @@ -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() { |