diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-28 21:59:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-28 22:30:21 +0100 |
commit | 0b318b8f934aa5afcb363cb569d92f5d6a725039 (patch) | |
tree | 716472d42e6c8747fb1b9df20a1a02c5bd746fa7 /sci-visualization | |
parent | sci-libs/Rtree: Remove py2 (diff) | |
download | gentoo-0b318b8f934aa5afcb363cb569d92f5d6a725039.tar.gz gentoo-0b318b8f934aa5afcb363cb569d92f5d6a725039.tar.bz2 gentoo-0b318b8f934aa5afcb363cb569d92f5d6a725039.zip |
sci-visualization/pyxplot: Permit scipy-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/pyxplot/pyxplot-0.9.2-r2.ebuild (renamed from sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild b/sci-visualization/pyxplot/pyxplot-0.9.2-r2.ebuild index 614513710085..7ecda5c36f0e 100644 --- a/sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild +++ b/sci-visualization/pyxplot/pyxplot-0.9.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,7 +24,10 @@ RDEPEND=" sci-libs/cfitsio sci-libs/fftw:3.0= sci-libs/gsl - sci-libs/scipy[${PYTHON_USEDEP}] + || ( + sci-libs/scipy-python2[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + ) virtual/latex-base virtual/imagemagick-tools ${PYTHON_DEPS}" |