diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-28 21:22:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-28 21:40:27 +0100 |
commit | 65c88e96e21db31b4636fed1d122dd1dbab54e61 (patch) | |
tree | 22e16536a305a93fa7f7934e4d29e804ef292be0 | |
parent | sci-chemistry/relax: Permit matplotlib-python2 (diff) | |
download | gentoo-65c88e96.tar.gz gentoo-65c88e96.tar.bz2 gentoo-65c88e96.zip |
sci-geosciences/tappy: Permit matplotlib-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | sci-geosciences/tappy/tappy-0.9.0.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sci-geosciences/tappy/tappy-0.9.0.ebuild b/sci-geosciences/tappy/tappy-0.9.0.ebuild index cf6423bcefa9..eccc53a46c4f 100644 --- a/sci-geosciences/tappy/tappy-0.9.0.ebuild +++ b/sci-geosciences/tappy/tappy-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,6 +17,10 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] +RDEPEND=" + || ( + dev-python/matplotlib-python2[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + ) dev-python/pywavelets sci-libs/scipy[${PYTHON_USEDEP}]" |