| Message ID | 20260904112222.114451-2-ross.burton@arm.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [v2,1/9] meta-python: remove redundant UPSTREAM_CHECK_PYPI_PACKAGE | expand |
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 52a4518275b..0ad3c8d4315 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 2de92608217..a5034e69821 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 323ddb41571..35bd7d76ac6 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"
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(-)