diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-05-03 14:05:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-09 09:48:58 +0100 |
commit | 6a5e7ff873c1b8ab39a7e1be7c2ab34b151e3eab (patch) | |
tree | d56489552666f991942acd0d5730b318bade7f3d /meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb | |
parent | 2b963cb51e2daa17d2b091236da8c3e4d6a322eb (diff) | |
download | poky-6a5e7ff873c1b8ab39a7e1be7c2ab34b151e3eab.tar.gz |
python3-pyproject-hooks: fix upstream version check
(From OE-Core rev: d19b85c66c6b88a4545ce9b9b67f74169c9fdcec)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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 9d08e7acc4..c3f1fb75ed 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} += " \ | |||
22 | do_compile:class-native () { | 22 | do_compile:class-native () { |
23 | python_flit_core_do_manual_build | 23 | python_flit_core_do_manual_build |
24 | } | 24 | } |
25 | |||
26 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||