diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-01 14:43:48 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-01 08:01:59 -0700 |
| commit | d2569092fba71140936c30f1166ca51b8ec2d450 (patch) | |
| tree | 987404a08040cad34a79f5cc057aadecb7e22640 /meta-python/recipes-devtools/python/python3-dbus-fast_2.22.1.bb | |
| parent | 3ee7f4fdefd5451014060866846ff6526f959750 (diff) | |
| download | meta-openembedded-d2569092fba71140936c30f1166ca51b8ec2d450.tar.gz | |
python3-dbus-fast: upgrade 2.21.3 -> 2.22.1
Changelog:
============
- Wheel build exclude for pp37
- Build wheels for aarch64 to allow use in embedded systems
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.22.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dbus-fast_2.22.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_2.22.1.bb b/meta-python/recipes-devtools/python/python3-dbus-fast_2.22.1.bb new file mode 100644 index 0000000000..882b7f6cbe --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dbus-fast_2.22.1.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] = "aa75dfb5bc7ba42f53391ae503ca5a21bd133e74ebb09965013ba23bdffc9a0e" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "dbus_fast" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " \ | ||
| 13 | python3-core (>=3.7) \ | ||
| 14 | python3-async-timeout \ | ||
| 15 | " | ||
