mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Sam James
parent
a17012ef0e
commit
7942bc55f1
@@ -73,7 +73,7 @@ RDEPEND="
|
||||
wxwidgets? (
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/wxpython:*[${PYTHON_USEDEP}]
|
||||
' python3_{8,9})
|
||||
')
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ RDEPEND="
|
||||
wxwidgets? (
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/wxpython:*[${PYTHON_USEDEP}]
|
||||
' python3_{8,9})
|
||||
')
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user