summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-05 03:55:46 +0100
committerSam James <sam@gentoo.org>2022-05-05 03:55:52 +0100
commit9a144e5eeae0ffc9599dc7a19743a20c9f7ebc91 (patch)
tree3fcb392a359027036dfe817576de201e2fd896d1 /dev-python/matplotlib
parentdev-python/matplotlib: fix for python 3.10 (diff)
downloadgentoo-9a144e5eeae0ffc9599dc7a19743a20c9f7ebc91.tar.gz
gentoo-9a144e5eeae0ffc9599dc7a19743a20c9f7ebc91.tar.bz2
gentoo-9a144e5eeae0ffc9599dc7a19743a20c9f7ebc91.zip
dev-python/matplotlib: clean up more python deps
Bug: https://bugs.gentoo.org/829011 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild6
-rw-r--r--dev-python/matplotlib/matplotlib-3.5.1.ebuild4
2 files changed, 3 insertions, 7 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild b/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild
index 16b0f9e24cc5..c408acbf67fb 100644
--- a/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -71,9 +71,7 @@ RDEPEND="
>=www-servers/tornado-6.0.4[${PYTHON_USEDEP}]
)
wxwidgets? (
- $(python_gen_cond_dep '
- dev-python/wxpython:*[${PYTHON_USEDEP}]
- ')
+ dev-python/wxpython:*[${PYTHON_USEDEP}]
)
"
diff --git a/dev-python/matplotlib/matplotlib-3.5.1.ebuild b/dev-python/matplotlib/matplotlib-3.5.1.ebuild
index a53f428ba641..457d1fb406bb 100644
--- a/dev-python/matplotlib/matplotlib-3.5.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.5.1.ebuild
@@ -73,9 +73,7 @@ RDEPEND="
>=www-servers/tornado-6.0.4[${PYTHON_USEDEP}]
)
wxwidgets? (
- $(python_gen_cond_dep '
- dev-python/wxpython:*[${PYTHON_USEDEP}]
- ')
+ dev-python/wxpython:*[${PYTHON_USEDEP}]
)
"