diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-07-12 15:40:00 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-13 09:46:09 -0700 |
| commit | 87fb7a0b8d7dfefc69352cfc8ebb436a9819113f (patch) | |
| tree | fa4d025eb343ce46465457d4f12e269621a0cb03 /meta-python | |
| parent | 7c3dccab64f2c1733169d6fcba56eeb139a05b45 (diff) | |
| download | meta-openembedded-87fb7a0b8d7dfefc69352cfc8ebb436a9819113f.tar.gz | |
python3-wxgtk4: Upgrade to 4.2.3
Add missing build time dependency on requests python module
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.3.bb (renamed from meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.3.bb index dc57c864e4..35bbd3ffc2 100644 --- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.3.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "LGPL-2.0-only & WXwindows & BSD-2-Clause" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=102f37a0d23aa258e59e4cc8b5380b35" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=102f37a0d23aa258e59e4cc8b5380b35" |
| 6 | 6 | ||
| 7 | DEPENDS = "python3-attrdict3-native python3-six-native wxwidgets-native \ | 7 | DEPENDS = "python3-attrdict3-native python3-six-native wxwidgets-native \ |
| 8 | wxwidgets \ | 8 | python3-requests-native wxwidgets \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | PYPI_PACKAGE = "wxPython" | 11 | PYPI_PACKAGE = "wxPython" |
| @@ -16,7 +16,7 @@ SRC_URI += "file://add-back-option-build-base.patch \ | |||
| 16 | file://not-overwrite-cflags-cxxflags.patch \ | 16 | file://not-overwrite-cflags-cxxflags.patch \ |
| 17 | file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \ | 17 | file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \ |
| 18 | " | 18 | " |
| 19 | SRC_URI[sha256sum] = "5dbcb0650f67fdc2c5965795a255ffaa3d7b09fb149aa8da2d0d9aa44e38e2ba" | 19 | SRC_URI[sha256sum] = "20d6e0c927e27ced85643719bd63e9f7fd501df6e9a8aab1489b039897fd7c01" |
| 20 | 20 | ||
| 21 | S = "${UNPACKDIR}/wxPython-${PV}" | 21 | S = "${UNPACKDIR}/wxPython-${PV}" |
| 22 | 22 | ||
