diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-07-07 17:06:49 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-08 23:40:31 -0700 |
commit | 6d1f1e4c15c25a109ddff60c9d6c1f7f1336d5c5 (patch) | |
tree | 24002f3c47e2d21f88376daef9943e6bd721fcd5 /meta-python | |
parent | 13893dfb6dcb595f375831c1a51e050f61214e52 (diff) | |
download | meta-openembedded-6d1f1e4c15c25a109ddff60c9d6c1f7f1336d5c5.tar.gz |
python3-pystemd: upgrade 0.13.2 -> 0.13.4
Changelog:
=============
- Fix deprecation warning: LICENSE is autodetected
- fixing DbusRemote
- enable user_mode in futures
- add apt-get update to release
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pystemd_0.13.4.bb (renamed from meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb b/meta-python/recipes-devtools/python/python3-pystemd_0.13.4.bb index e7f35f1f08..4868bc51e6 100644 --- a/meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb +++ b/meta-python/recipes-devtools/python/python3-pystemd_0.13.4.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Python bindings for interacting with systemd over DBus" | |||
2 | LICENSE = "LGPL-2.1-only" | 2 | LICENSE = "LGPL-2.1-only" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" |
4 | 4 | ||
5 | SRC_URI[sha256sum] = "4dcfa4b13a55685c49d3d17c10631eca18c33770f66316f8ef2337b8951cc144" | 5 | SRC_URI[sha256sum] = "f06d4e5b21881a7c9100492e60ccc2f4b64e50b4d6b7773c94013d2c6f1a00db" |
6 | 6 | ||
7 | DEPENDS = "systemd" | 7 | DEPENDS = "systemd" |
8 | RDEPENDS:${PN} += "\ | 8 | RDEPENDS:${PN} += "\ |