From 2ac931a233937f59eb608f414e9084cfde80983d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 28 Jan 2020 21:56:59 +0100 Subject: [PATCH] sci-chemistry/chemex: Permit scipy-python2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{chemex-0.6.1-r1.ebuild => chemex-0.6.1-r2.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename sci-chemistry/chemex/{chemex-0.6.1-r1.ebuild => chemex-0.6.1-r2.ebuild} (89%) diff --git a/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild b/sci-chemistry/chemex/chemex-0.6.1-r2.ebuild similarity index 89% rename from sci-chemistry/chemex/chemex-0.6.1-r1.ebuild rename to 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}] -- 2.26.2