From 807526bde794f9bf3c693e4ce0208553d188ea90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 28 Jan 2020 21:53:56 +0100 Subject: [PATCH] dev-python/cosmolopy: Permit scipy-python2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ...lopy-0.1.104-r1.ebuild => cosmolopy-0.1.104-r2.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename dev-python/cosmolopy/{cosmolopy-0.1.104-r1.ebuild => cosmolopy-0.1.104-r2.ebuild} (87%) 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} -- 2.26.2