From d881cdba1271e8be24ec08b8b4488513a42e446d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 13 Dec 2022 12:11:12 +0100 Subject: [PATCH] python3-dbusmock: update 0.28.4 -> 0.28.6 Convert to python_setuptools_build_meta. Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni --- ...python3-dbusmock_0.28.4.bb => python3-dbusmock_0.28.6.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-dbusmock_0.28.4.bb => python3-dbusmock_0.28.6.bb} (70%) diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.28.4.bb b/meta/recipes-devtools/python/python3-dbusmock_0.28.6.bb similarity index 70% rename from meta/recipes-devtools/python/python3-dbusmock_0.28.4.bb rename to meta/recipes-devtools/python/python3-dbusmock_0.28.6.bb index e895d87b7b7..dd28f115d16 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/" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" -SRC_URI[sha256sum] = "52ad024a44d46602084fd91c0c467ab95b7ecf27c4e2168e0d2160623f18c0a2" +SRC_URI[sha256sum] = "3b496fab84aff3936054f747e9a22bb07ac5783b1d967c6cc39536c7ba315fce" PYPI_PACKAGE = "python-dbusmock" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta +DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += "\ ${PYTHON_PN}-dbus \ -- 2.47.3