From: Alexander Kanavin Date: Wed, 5 Nov 2025 11:57:23 +0000 (+0100) Subject: python3-dbusmock: fix upstream version check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de5f42a91f01a5de4c12dc4c7177e822c7009337;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-dbusmock: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.37.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.37.0.bb index 9592c837276..50c46abc956 100644 --- a/meta/recipes-devtools/python/python3-dbusmock_0.37.0.bb +++ b/meta/recipes-devtools/python/python3-dbusmock_0.37.0.bb @@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" SRC_URI[sha256sum] = "38754c5ad2ad8f3936ff67d4b058bca416588a72bc094e91ded9f8f401b06310" PYPI_PACKAGE = "python_dbusmock" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta DEPENDS += "python3-setuptools-scm-native"