From: Michał Górny Date: Tue, 28 Jan 2020 20:53:56 +0000 (+0100) Subject: dev-python/cosmolopy: Permit scipy-python2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=807526bde794f9bf3c693e4ce0208553d188ea90;p=gentoo.git dev-python/cosmolopy: Permit scipy-python2 Signed-off-by: Michał Górny --- 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 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}