meta-openembedded/meta-python/recipes-devtools/python/python3-dbus-fast_2.14.0.bb
Wang Mingyu 5168684580
python3-dbus-fast: upgrade 2.12.0 -> 2.14.0
Changelog:
==========
-Add support for tuples to the marshaller
-Re-release since the previous release ran out of space on PyPI

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:21 -08:00

16 lines
459 B
BlitzBasic

SUMMARY = "A faster version of dbus-next originally from the great DBus next library."
HOMEPAGE = "https://github.com/bluetooth-devices/dbus-fast"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947"
SRC_URI[sha256sum] = "91a88fea66b4e69ce73ac4c1ac04952c4fbd5e9b902400649013778a177129ea"
PYPI_PACKAGE = "dbus_fast"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-core (>=3.7) \
python3-async-timeout \
"