diff options
Diffstat (limited to 'meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.0.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.0.bb index faea43777..df23037fc 100644 --- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.0.bb +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.0.bb | |||
@@ -13,6 +13,7 @@ PYPI_PACKAGE = "wxPython" | |||
13 | SRC_URI += "file://add-back-option-build-base.patch \ | 13 | SRC_URI += "file://add-back-option-build-base.patch \ |
14 | file://wxgtk-fixup-build-scripts.patch \ | 14 | file://wxgtk-fixup-build-scripts.patch \ |
15 | file://not-overwrite-cflags-cxxflags.patch \ | 15 | file://not-overwrite-cflags-cxxflags.patch \ |
16 | file://0001-pypubsub-Replace-deprecated-inspect.getargspec.patch \ | ||
16 | " | 17 | " |
17 | SRC_URI[sha256sum] = "663cebc4509d7e5d113518865fe274f77f95434c5d57bc386ed58d65ceed86c7" | 18 | SRC_URI[sha256sum] = "663cebc4509d7e5d113518865fe274f77f95434c5d57bc386ed58d65ceed86c7" |
18 | 19 | ||
@@ -29,6 +30,7 @@ RDEPENDS:${PN} = "\ | |||
29 | python3-image \ | 30 | python3-image \ |
30 | python3-numpy \ | 31 | python3-numpy \ |
31 | python3-pillow \ | 32 | python3-pillow \ |
33 | python3-pip \ | ||
32 | python3-pprint \ | 34 | python3-pprint \ |
33 | python3-pycairo \ | 35 | python3-pycairo \ |
34 | python3-six \ | 36 | python3-six \ |