summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2026-01-23 13:04:08 -0500
committerKhem Raj <raj.khem@gmail.com>2026-01-27 11:58:28 -0800
commit6d9c1d30e7cce8c0bbdeccd2df3506d8798f4358 (patch)
treef22f5884915a4cf7ecdc95670cc41c4e24a88a54 /meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb
parente0719a3497b410c368c645b2ad907190c66cb6ef (diff)
downloadmeta-openembedded-6d9c1d30e7cce8c0bbdeccd2df3506d8798f4358.tar.gz
python3-geojson: fix build with python 3.14
Backport parts of an upstream PR that enables 3.14 in setup.py. ptests look OK: |============================================================================ |Testsuite summary |# TOTAL: 68 |# PASS: 68 |# SKIP: 0 |# XFAIL: 0 |# FAIL: 0 |# XPASS: 0 |# ERROR: 0 |DURATION: 0 |END: /usr/lib/python3-geojson/ptest |2026-01-23T18:03 |STOP: ptest-runner |TOTAL: 1 FAIL: 0 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb b/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb
index 9ee6d580b2..cdb019ebd5 100644
--- a/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb
@@ -5,6 +5,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=f77f2ed49768c8d4c79ba874c0f94d8a"
5 5
6SRC_URI[sha256sum] = "b860baba1e8c6f71f8f5f6e3949a694daccf40820fa8f138b3f712bd85804903" 6SRC_URI[sha256sum] = "b860baba1e8c6f71f8f5f6e3949a694daccf40820fa8f138b3f712bd85804903"
7 7
8SRC_URI += " \
9 file://0001-Allow-install-over-python-3.14-329.patch \
10"
11
8inherit pypi setuptools3 ptest-python-pytest 12inherit pypi setuptools3 ptest-python-pytest
9 13
10RDEPENDS:${PN} += "python3-simplejson python3-math" 14RDEPENDS:${PN} += "python3-simplejson python3-math"