diff options
| author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2018-09-25 01:57:19 +0300 |
|---|---|---|
| committer | Patrice Clement <monsieurp@gentoo.org> | 2018-09-27 23:24:22 +0200 |
| commit | 43c74509cedaab47906a0c06d1ed2b9c0ecba30f (patch) | |
| tree | 228819676b591bdcea69ceddcf5f5118cd0261a0 /dev-python/construct/construct-2.9.45.ebuild | |
| parent | 6f2a11c19d460f641e0f75c45d911509e19a55d3 (diff) | |
| download | gentoo-43c74509cedaab47906a0c06d1ed2b9c0ecba30f.tar.gz gentoo-43c74509cedaab47906a0c06d1ed2b9c0ecba30f.tar.bz2 gentoo-43c74509cedaab47906a0c06d1ed2b9c0ecba30f.zip | |
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
Diffstat (limited to 'dev-python/construct/construct-2.9.45.ebuild')
| -rw-r--r-- | dev-python/construct/construct-2.9.45.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |
