summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-28 21:56:59 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-28 22:30:14 +0100
commit2ac931a233937f59eb608f414e9084cfde80983d (patch)
tree7cb299ba3509c5b821e90834e8cebcd9efaf84ff /sci-chemistry/chemex
parentnet-wireless/gr-air-modes: Permit scipy-python2 (diff)
downloadgentoo-2ac931a233937f59eb608f414e9084cfde80983d.tar.gz
gentoo-2ac931a233937f59eb608f414e9084cfde80983d.tar.bz2
gentoo-2ac931a233937f59eb608f414e9084cfde80983d.zip
sci-chemistry/chemex: Permit scipy-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry/chemex')
-rw-r--r--sci-chemistry/chemex/chemex-0.6.1-r2.ebuild (renamed from sci-chemistry/chemex/chemex-0.6.1-r1.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild b/sci-chemistry/chemex/chemex-0.6.1-r2.ebuild
index 2266c32a12a5..0b85b22ffc3d 100644
--- a/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild
+++ b/sci-chemistry/chemex/chemex-0.6.1-r2.ebuild
@@ -25,7 +25,10 @@ RDEPEND="
dev-python/numpy-python2[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
)
- >=sci-libs/scipy-0.11[${PYTHON_USEDEP}]
+ || (
+ >=sci-libs/scipy-python2-0.11[${PYTHON_USEDEP}]
+ >=sci-libs/scipy-0.11[${PYTHON_USEDEP}]
+ )
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]