diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:14:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:23:15 +0100 |
commit | 5a360b9893ee5f0b6a930684049232d3ceec48f3 (patch) | |
tree | af490d14ae89323b076e5e4874341e0d9cc7179d /dev-python/construct | |
parent | dev-python/cli_helpers: Clean py2 deps up (diff) | |
download | gentoo-5a360b9893ee5f0b6a930684049232d3ceec48f3.tar.gz gentoo-5a360b9893ee5f0b6a930684049232d3ceec48f3.tar.bz2 gentoo-5a360b9893ee5f0b6a930684049232d3ceec48f3.zip |
dev-python/construct: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/construct')
-rw-r--r-- | dev-python/construct/construct-2.8.21.ebuild | 1 | ||||
-rw-r--r-- | dev-python/construct/construct-2.9.45.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/construct/construct-2.8.21.ebuild b/dev-python/construct/construct-2.8.21.ebuild index 9b6945e26a56..df4b44313d40 100644 --- a/dev-python/construct/construct-2.8.21.ebuild +++ b/dev-python/construct/construct-2.8.21.ebuild @@ -19,7 +19,6 @@ RESTRICT="!test? ( 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 877483c6d924..9857a0e9b5f8 100644 --- a/dev-python/construct/construct-2.9.45.ebuild +++ b/dev-python/construct/construct-2.9.45.ebuild @@ -19,7 +19,6 @@ 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() { |