From 7b1b3f2abe77bfe9360d13452f3fc012eb44b616 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 27 Nov 2023 11:17:36 +0100 Subject: python3-pyproject-hooks: fix upstream version check (From OE-Core rev: 63992986a7558a4c252a69041fa35eab3a8f4e21) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb') diff --git a/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb b/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb index c3f1fb75ed..9d08e7acc4 100644 --- a/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb +++ b/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb @@ -22,3 +22,5 @@ RDEPENDS:${PN} += " \ do_compile:class-native () { python_flit_core_do_manual_build } + +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -- cgit v1.2.3-54-g00ecf