From ce1c2a089ae5f119f8af4593c117cc678647072f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 24 Sep 2025 17:00:26 +0800 Subject: python3-pystemd: upgrade 0.13.4 -> 0.14.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pystemd_0.13.4.bb | 24 ---------------------- .../python/python3-pystemd_0.14.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pystemd_0.13.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-pystemd_0.14.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pystemd_0.13.4.bb b/meta-python/recipes-devtools/python/python3-pystemd_0.13.4.bb deleted file mode 100644 index 4868bc51e6..0000000000 --- a/meta-python/recipes-devtools/python/python3-pystemd_0.13.4.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Python bindings for interacting with systemd over DBus" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" - -SRC_URI[sha256sum] = "f06d4e5b21881a7c9100492e60ccc2f4b64e50b4d6b7773c94013d2c6f1a00db" - -DEPENDS = "systemd" -RDEPENDS:${PN} += "\ - python3-xml \ - python3-lxml \ - python3-pprint \ - python3-core \ - python3-shell \ - python3-io \ -" -REQUIRED_DISTRO_FEATURES = "systemd" - -inherit pypi python_setuptools_build_meta features_check pkgconfig cython - -do_configure:prepend() { - rm -rf ${S}/pystemd/*.c -} - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-pystemd_0.14.0.bb b/meta-python/recipes-devtools/python/python3-pystemd_0.14.0.bb new file mode 100644 index 0000000000..58247af55a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pystemd_0.14.0.bb @@ -0,0 +1,24 @@ +SUMMARY = "Python bindings for interacting with systemd over DBus" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI[sha256sum] = "56875ef5662122d251435f6efa0edfcf15e3c9c17f4a7b15d5481814cf268e6f" + +DEPENDS = "systemd" +RDEPENDS:${PN} += "\ + python3-xml \ + python3-lxml \ + python3-pprint \ + python3-core \ + python3-shell \ + python3-io \ +" +REQUIRED_DISTRO_FEATURES = "systemd" + +inherit pypi python_setuptools_build_meta features_check pkgconfig cython + +do_configure:prepend() { + rm -rf ${S}/pystemd/*.c +} + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf