From 43c74509cedaab47906a0c06d1ed2b9c0ecba30f Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Tue, 25 Sep 2018 01:57:19 +0300 Subject: dev-python/construct: added scimath for testing. dev-python/scimath is required for python2_7 Signed-off-by: Azamat H. Hackimov Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- dev-python/construct/construct-2.8.21.ebuild | 1 + dev-python/construct/construct-2.9.45.ebuild | 1 + 2 files changed, 2 insertions(+) (limited to 'dev-python/construct') 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() { diff --git a/dev-python/construct/construct-2.9.45.ebuild b/dev-python/construct/construct-2.9.45.ebuild index b0b6c560e04b..d1968273fd4a 100644 --- a/dev-python/construct/construct-2.9.45.ebuild +++ b/dev-python/construct/construct-2.9.45.ebuild @@ -19,6 +19,7 @@ RESTRICT="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() { -- cgit v1.2.3