summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bettler <thomas.bettler@gmail.com>2022-04-28 23:52:20 +0200
committerSam James <sam@gentoo.org>2022-05-05 03:55:51 +0100
commit7942bc55f13bab87ef2cfc9427b552fac30d6f5f (patch)
tree9ba8efabdff2e7d5e414dc0d81462826e8f89cf4 /dev-python/matplotlib
parentdev-python/ipython: drop useless USE=matplotlib (diff)
downloadgentoo-7942bc55f13bab87ef2cfc9427b552fac30d6f5f.tar.gz
gentoo-7942bc55f13bab87ef2cfc9427b552fac30d6f5f.tar.bz2
gentoo-7942bc55f13bab87ef2cfc9427b552fac30d6f5f.zip
dev-python/matplotlib: fix for python 3.10
Fix consistency of deps: dev-python/matplotlib[python_targets_python3_x] shall RDEPEND on dev-python/wxpython[python_targets_python3_x] Closes: https://bugs.gentoo.org/829011 Closes: https://github.com/gentoo/gentoo/pull/23273 Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com> 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.ebuild2
-rw-r--r--dev-python/matplotlib/matplotlib-3.5.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild b/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild
index fb10609c88d2..16b0f9e24cc5 100644
--- a/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild
@@ -73,7 +73,7 @@ RDEPEND="
wxwidgets? (
$(python_gen_cond_dep '
dev-python/wxpython:*[${PYTHON_USEDEP}]
- ' python3_{8,9})
+ ')
)
"
diff --git a/dev-python/matplotlib/matplotlib-3.5.1.ebuild b/dev-python/matplotlib/matplotlib-3.5.1.ebuild
index 25943ae57f0b..a53f428ba641 100644
--- a/dev-python/matplotlib/matplotlib-3.5.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.5.1.ebuild
@@ -75,7 +75,7 @@ RDEPEND="
wxwidgets? (
$(python_gen_cond_dep '
dev-python/wxpython:*[${PYTHON_USEDEP}]
- ' python3_{8,9})
+ ')
)
"