meta-oe: remove redundant PYPI_PACKAGE assignments

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>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ross Burton
2026-09-04 17:10:37 -07:00
committed by Khem Raj
parent e2f053038c
commit f727a0847a
3 changed files with 0 additions and 4 deletions
@@ -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