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>
This commit is contained in:
Thomas Bettler
2022-04-28 23:52:20 +02:00
committed by Sam James
parent a17012ef0e
commit 7942bc55f1
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ RDEPEND="
wxwidgets? (
$(python_gen_cond_dep '
dev-python/wxpython:*[${PYTHON_USEDEP}]
' python3_{8,9})
')
)
"

View File

@@ -75,7 +75,7 @@ RDEPEND="
wxwidgets? (
$(python_gen_cond_dep '
dev-python/wxpython:*[${PYTHON_USEDEP}]
' python3_{8,9})
')
)
"