commit: 807526bde794f9bf3c693e4ce0208553d188ea90
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 20:53:56 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 21:30:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807526bd
dev-python/cosmolopy: Permit scipy-python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{cosmolopy-0.1.104-r1.ebuild => cosmolopy-0.1.104-r2.ebuild} | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild
b/dev-python/cosmolopy/cosmolopy-0.1.104-r2.ebuild
similarity index 87%
rename from dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild
rename to dev-python/cosmolopy/cosmolopy-0.1.104-r2.ebuild
index dd5245d7c1f..42224b91b0f 100644
--- a/dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild
+++ b/dev-python/cosmolopy/cosmolopy-0.1.104-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -22,7 +22,11 @@ IUSE="doc"
DEPEND="dev-python/nose[${PYTHON_USEDEP}]
dev-lang/swig
doc? ( dev-python/epydoc[${PYTHON_USEDEP}] )"
-RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]"
+RDEPEND="
+ || (
+ sci-libs/scipy-python2[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]
+ )"
S=${WORKDIR}/${MY_P}