diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-27 09:25:48 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-10-27 08:55:20 -0700 |
commit | f2eff02962119a3b69e265bc9e3349de9dd5f0f4 (patch) | |
tree | 288dfc0e96605627d78cc8cc56291ced6fb41615 /meta-python/recipes-devtools/python3-wxgtk4 | |
parent | 4dc1c6e16b31d30aca05c52fa0209c74eedd6842 (diff) | |
download | meta-openembedded-f2eff02962119a3b69e265bc9e3349de9dd5f0f4.tar.gz |
python3-wxgtk4: skip the recipe
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python3-wxgtk4')
-rw-r--r-- | meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb index 4d739b86f..842c57646 100644 --- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb | |||
@@ -33,3 +33,5 @@ RDEPENDS:${PN} = "\ | |||
33 | python3-six \ | 33 | python3-six \ |
34 | python3-xml \ | 34 | python3-xml \ |
35 | " | 35 | " |
36 | |||
37 | SKIP_RECIPE[python3-wxgtk4] ?= "Not compatible with py3.11; needs version update for both itself and wxwidgets" | ||