summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-28 21:53:56 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-28 22:30:11 +0100
commit807526bde794f9bf3c693e4ce0208553d188ea90 (patch)
treeced32d0ddd13e419405738b2f273226599896d80
parentdev-python/bottleneck: Combine ebuilds (remove py2) (diff)
downloadgentoo-807526bd.tar.gz
gentoo-807526bd.tar.bz2
gentoo-807526bd.zip
dev-python/cosmolopy: Permit scipy-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/cosmolopy/cosmolopy-0.1.104-r2.ebuild (renamed from dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild)8
1 files 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
index dd5245d7c1f6..42224b91b0f3 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}