| Message ID | 20260904112222.114451-5-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 0ad3c8d4315..daa6b29a57e 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 @@ -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 \
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> --- .../thingsboard-gateway/thingsboard-gateway_3.8.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)