diff mbox series

[1/2] python3-pyproject-hooks: fix upstream version check

Message ID 20240503120515.1428284-1-alex.kanavin@gmail.com
State Accepted, archived
Commit 63992986a7558a4c252a69041fa35eab3a8f4e21
Headers show
Series [1/2] python3-pyproject-hooks: fix upstream version check | expand

Commit Message

Alexander Kanavin May 3, 2024, 12:05 p.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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 9d08e7acc41..c3f1fb75ed1 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,5 +22,3 @@  RDEPENDS:${PN} += " \
 do_compile:class-native () {
     python_flit_core_do_manual_build
 }
-
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"