From c6a7350f7c4e395cc43b172324379bd493a4a60f Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 3 Feb 2026 11:13:54 -0800 Subject: python3-pendulum: add at v3.2.0 Python datetimes made easy. * Add patch to not strip .so * Enable ptests * Use git fetcher so we have tests/ Testsuite summary TOTAL: 1835 PASS: 1832 SKIP: 3 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 102 Dependency for python3-orjson ptest. Signed-off-by: Tim Orling Signed-off-by: Khem Raj --- .../0001-rust-Cargo.toml-inhibit-strip.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pendulum/0001-rust-Cargo.toml-inhibit-strip.patch (limited to 'meta-python/recipes-devtools/python/python3-pendulum') diff --git a/meta-python/recipes-devtools/python/python3-pendulum/0001-rust-Cargo.toml-inhibit-strip.patch b/meta-python/recipes-devtools/python/python3-pendulum/0001-rust-Cargo.toml-inhibit-strip.patch new file mode 100644 index 0000000000..f721b9fe40 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pendulum/0001-rust-Cargo.toml-inhibit-strip.patch @@ -0,0 +1,31 @@ +From 74db4bc77be0e02912975ea198e58addf97bc218 Mon Sep 17 00:00:00 2001 +From: Tim Orling +Date: Fri, 30 Jan 2026 07:06:05 -0800 +Subject: [PATCH] rust/Cargo.toml: inhibit strip + +For OpenEmbedded builds, we want debug symbols which will be stripped +later by us. + +Upstream-Status: Inappropriate [oe specific] + +Signed-off-by: Tim Orling +--- + rust/Cargo.toml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/rust/Cargo.toml b/rust/Cargo.toml +index 097321f..8bde1fd 100644 +--- a/rust/Cargo.toml ++++ b/rust/Cargo.toml +@@ -10,7 +10,7 @@ crate-type = ["cdylib"] + [profile.release] + lto = "fat" + codegen-units = 1 +-strip = true ++strip = false + overflow-checks = false + + [dependencies] +-- +2.43.0 + -- cgit v1.2.3-54-g00ecf