python3-sdbus: upgrade 0.14.2 -> 0.14.3

Changelog:
https://github.com/python-sdbus/python-sdbus/releases/tag/0.14.3

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ankur Tyagi
2026-08-29 23:00:19 -07:00
committed by Khem Raj
parent b1fef8e1dd
commit a9ded29815
@@ -0,0 +1,17 @@
SUMMARY = "Modern Python library for the systemd D-Bus"
HOMEPAGE = "https://python-sdbus.readthedocs.io/en/latest/"
LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e77986dc8e2ee22d44a7c863e96852ae"
SRC_URI[sha256sum] = "4ec4fa4108629bae5ab2775e5575b0251fdb555d4a3613c9ddb37fc73f882983"
REQUIRED_DISTRO_FEATURES = "systemd"
DEPENDS += "systemd"
RDEPENDS:${PN} += " \
python3-asyncio \
python3-numbers \
python3-core \
"
inherit pypi setuptools3 features_check pkgconfig