dev-python/cosmolopy: Permit scipy-python2
authorMichał Górny <mgorny@gentoo.org>
Tue, 28 Jan 2020 20:53:56 +0000 (21:53 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 28 Jan 2020 21:30:11 +0000 (22:30 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cosmolopy/cosmolopy-0.1.104-r2.ebuild [moved from dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild with 87% similarity]

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 dd5245d7c1f6e63883050464536aa45d02cc4326..42224b91b0f3f956f6e78bd503011414dc0a42f4 100644 (file)
@@ -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}