sci-visualization/pythonprop: Permit matplotlib-python2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-01-28 21:23:51 +01:00
parent 65c88e96e2
commit 4fc48c53c4
2 changed files with 10 additions and 4 deletions

View File

@@ -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
@@ -19,7 +19,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
dev-python/matplotlib[gtk2,${PYTHON_USEDEP}]
|| (
dev-python/matplotlib-python2[gtk2,${PYTHON_USEDEP}]
dev-python/matplotlib[gtk2,${PYTHON_USEDEP}]
)
dev-python/basemap[${PYTHON_USEDEP}]
sci-electronics/voacapl
"

View File

@@ -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
@@ -19,7 +19,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
dev-python/matplotlib[${PYTHON_USEDEP}]
|| (
dev-python/matplotlib-python2[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
)
dev-python/basemap[${PYTHON_USEDEP}]
sci-electronics/voacapl
"