Skip to content

Commit

Permalink
dev-python/construct: added scimath for testing
Browse files Browse the repository at this point in the history
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
  • Loading branch information
winterheart committed Sep 24, 2018
1 parent 96309cf commit 4bde8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/construct/construct-2.8.21.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
1 change: 1 addition & 0 deletions dev-python/construct/construct-2.9.45.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 4bde8a1

Please sign in to comment.