mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-22 23:10:18 +00:00
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:
+2
-2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user