summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-dbusmock_0.28.6.bb (renamed from meta/recipes-devtools/python/python3-dbusmock_0.28.4.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.28.4.bb b/meta/recipes-devtools/python/python3-dbusmock_0.28.6.bb
index e895d87b7b..dd28f115d1 100644
--- a/meta/recipes-devtools/python/python3-dbusmock_0.28.4.bb
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.28.6.bb
@@ -4,11 +4,12 @@ HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
4LICENSE = "GPL-3.0-only" 4LICENSE = "GPL-3.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" 5LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
6 6
7SRC_URI[sha256sum] = "52ad024a44d46602084fd91c0c467ab95b7ecf27c4e2168e0d2160623f18c0a2" 7SRC_URI[sha256sum] = "3b496fab84aff3936054f747e9a22bb07ac5783b1d967c6cc39536c7ba315fce"
8 8
9PYPI_PACKAGE = "python-dbusmock" 9PYPI_PACKAGE = "python-dbusmock"
10 10
11inherit pypi setuptools3 11inherit pypi python_setuptools_build_meta
12DEPENDS += "python3-setuptools-scm-native"
12 13
13RDEPENDS:${PN} += "\ 14RDEPENDS:${PN} += "\
14 ${PYTHON_PN}-dbus \ 15 ${PYTHON_PN}-dbus \