diff mbox series

[2/3] meta-oe: remove redundant PYPI_PACKAGE assignments

Message ID 20260903164454.152372-2-ross.burton@arm.com
State New
Headers show
Series [1/3] meta-python: remove redundant UPSTREAM_CHECK_PYPI_PACKAGE | expand

Commit Message

Ross Burton Sept. 3, 2026, 4:44 p.m. UTC
Remove assignments to PYPI_PACKAGE where the value is the default value,
that is the recipe name with any python3- prefix removed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../thingsboard-gateway/thingsboard-gateway_3.8.4.bb            | 1 -
 meta-oe/recipes-devtools/sip/sip_6.16.1.bb                      | 1 -
 .../python3-looseversion/python3-looseversion_1.3.0.bb          | 2 --
 3 files changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.4.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.4.bb
index 52a4518275..0ad3c8d431 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.4.bb
+++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.4.bb
@@ -9,7 +9,6 @@  LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca
 
 SRCREV = "a735a2d654a218c007b5db7759ceed44794253f9"
 PYPI_SRC_URI = "git://github.com/thingsboard/${BPN};protocol=https;branch=master;tag=${PV}"
-PYPI_PACKAGE = "thingsboard-gateway"
 
 inherit pypi setuptools3
 
diff --git a/meta-oe/recipes-devtools/sip/sip_6.16.1.bb b/meta-oe/recipes-devtools/sip/sip_6.16.1.bb
index 2de9260821..a5034e6982 100644
--- a/meta-oe/recipes-devtools/sip/sip_6.16.1.bb
+++ b/meta-oe/recipes-devtools/sip/sip_6.16.1.bb
@@ -10,7 +10,6 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d"
 
 inherit pypi python_setuptools_build_meta python3native
 
-PYPI_PACKAGE = "sip"
 SRC_URI[sha256sum] = "0a739c9cd2929de4e0884456d8caf3cfb22c10534757c7797bd8dc6bd9ed69bc"
 
 DEPENDS += "python3-setuptools-scm-native"
diff --git a/meta-oe/recipes-support/python3-looseversion/python3-looseversion_1.3.0.bb b/meta-oe/recipes-support/python3-looseversion/python3-looseversion_1.3.0.bb
index 323ddb4157..35bd7d76ac 100644
--- a/meta-oe/recipes-support/python3-looseversion/python3-looseversion_1.3.0.bb
+++ b/meta-oe/recipes-support/python3-looseversion/python3-looseversion_1.3.0.bb
@@ -10,5 +10,3 @@  DEPENDS = "python3-hatchling-native"
 SRC_URI[sha256sum] = "ebde65f3f6bb9531a81016c6fef3eb95a61181adc47b7f949e9c0ea47911669e"
 
 inherit pypi python_hatchling
-
-PYPI_PACKAGE = "looseversion"