diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-11-02 11:35:11 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-03 11:12:26 +0000 |
| commit | 1f67c53f43777fcd48f6ccfd461588a62a23f154 (patch) | |
| tree | 1caa3bac8d2d11a95ae66356ebfabee2aa777577 /meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb | |
| parent | 2b10adc0845a56b41bf64d0fe0b863fb5d269181 (diff) | |
| download | poky-1f67c53f43777fcd48f6ccfd461588a62a23f154.tar.gz | |
python3-dbusmock: upgrade 0.24.0 -> 0.24.1
Do not register standard D-Bus service directories (Thanks Benjamin Berg)
templates: Add IIO Sensors Proxy support (Thanks Marco Trevisan)
Fix importlib module import (Thanks Marco Trevisan)
Clean up code for most recent pylint version
(From OE-Core rev: f290414f206904136c79ab6834c6c7ad7052c6d9)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb deleted file mode 100644 index 271a2b105f..0000000000 --- a/meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 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" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "0be0d51dba4aee050bb2cd9074a377bf9308306df1eb7918038c6ffe7153c272" | ||
| 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 | " | ||
