thingsboard-gateway: remove pypi inherit

This recipe doesn't fetch from pypi as upstream has stopped uploading
source distributions[1], so there's no need to inherit the pypi class.

[1] https://github.com/thingsboard/thingsboard-gateway/issues/2174

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:38 -07:00
committed by Khem Raj
parent c493265bba
commit db0f78240e
@@ -7,10 +7,10 @@ HOMEPAGE = "https://thingsboard.io/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SRC_URI = "git://github.com/thingsboard/${BPN};protocol=https;branch=master;tag=${PV}"
SRCREV = "a735a2d654a218c007b5db7759ceed44794253f9"
PYPI_SRC_URI = "git://github.com/thingsboard/${BPN};protocol=https;branch=master;tag=${PV}"
inherit pypi setuptools3
inherit setuptools3
RDEPENDS:${PN} += " python3-jsonpath-rw \
python3-regex \