mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-26 12:20:25 +00:00
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:
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -10,5 +10,3 @@ DEPENDS = "python3-hatchling-native"
|
||||
SRC_URI[sha256sum] = "ebde65f3f6bb9531a81016c6fef3eb95a61181adc47b7f949e9c0ea47911669e"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
PYPI_PACKAGE = "looseversion"
|
||||
|
||||
Reference in New Issue
Block a user