From 7942bc55f13bab87ef2cfc9427b552fac30d6f5f Mon Sep 17 00:00:00 2001 From: Thomas Bettler Date: Thu, 28 Apr 2022 23:52:20 +0200 Subject: 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 Signed-off-by: Sam James --- dev-python/matplotlib/matplotlib-3.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/matplotlib/matplotlib-3.5.1.ebuild') 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}) + ') ) " -- cgit v1.2.3