diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-18 17:29:38 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:13 -0800 |
| commit | c5b7601e0b15d4b970c1e9f7b1fa4de784930dd9 (patch) | |
| tree | d849e6be2bf325f4a71dd7155d36adc873d01b9f /meta-python/recipes-devtools/python/python3-dbus-fast_2.24.4.bb | |
| parent | 37ac439ecf888553fa1e622354d95792db5b0af9 (diff) | |
| download | meta-openembedded-c5b7601e0b15d4b970c1e9f7b1fa4de784930dd9.tar.gz | |
python3-dbus-fast: upgrade 2.24.3 -> 2.24.4
Changelog:
Exclude .c files from being shipped
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dbus-fast_2.24.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dbus-fast_2.24.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_2.24.4.bb b/meta-python/recipes-devtools/python/python3-dbus-fast_2.24.4.bb new file mode 100644 index 0000000000..48f7d2df5a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dbus-fast_2.24.4.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "A faster version of dbus-next originally from the great DBus next library." | ||
| 2 | HOMEPAGE = "https://github.com/bluetooth-devices/dbus-fast" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "58f97e8342d6cd11ebb2c8ac959c5bb342eb83e29180528690b323a5a5def41c" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "dbus_fast" | ||
| 9 | |||
| 10 | inherit pypi python_poetry_core cython | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " \ | ||
| 13 | python3-core (>=3.7) \ | ||
| 14 | python3-async-timeout \ | ||
| 15 | " | ||
