diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-06-29 11:24:06 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-29 16:16:56 +0100 |
| commit | 2eb83dbc9f1b6a6f605a67c397fd02be4b9868ca (patch) | |
| tree | 81111d5cfeee2e1039e10a799431d7a3ca482861 /meta/recipes-devtools/python/python3-dbusmock_0.28.1.bb | |
| parent | 042f05285e9f92f85cb860fd3e9f523af11cb60d (diff) | |
| download | poky-2eb83dbc9f1b6a6f605a67c397fd02be4b9868ca.tar.gz | |
python3-dbusmock: upgrade 0.28.0 -> 0.28.1
Changelog:
==========
Again works on RHEL/CentOS 8 (0.27 broke there), now in CI
Avoid glib GI dependency for main dbusmock, for running in virtualenv
(From OE-Core rev: f56350997a8e4678d14abe798d6eb2356b061147)
(From OE-Core rev: e14def00341b3f2f03e9fc8857aa804daaf329e9)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-dbusmock_0.28.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-dbusmock_0.28.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.28.1.bb b/meta/recipes-devtools/python/python3-dbusmock_0.28.1.bb new file mode 100644 index 0000000000..d6889f4313 --- /dev/null +++ b/meta/recipes-devtools/python/python3-dbusmock_0.28.1.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/python-dbusmock/" | ||
| 3 | |||
| 4 | LICENSE = "GPL-3.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "6434e544c055e3570b20e341e50a3d2dd50b19d9e55d579b919e14879f9f1e57" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "python-dbusmock" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | ${PYTHON_PN}-dbus \ | ||
| 15 | ${PYTHON_PN}-pygobject \ | ||
| 16 | ${PYTHON_PN}-unittest \ | ||
| 17 | ${PYTHON_PN}-xml \ | ||
| 18 | " | ||
