This commit adds `python3-requests` as a runtime dependency
and bumps the SRCREV to include the latest patch which fixes the
Tire Pressure button clipping issue.
Bug-AGL: SPEC-5161
Change-Id: I52f64e888481871d77c0d8b9ee0de64ef3a9b619
Signed-off-by: Suchinton Chakravarty <suchinton.2001@gmail.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30454
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-demo-control-panel;protocol=https;branch=${AGL_BRANCH} \
file://agl-demo-control-panel.service \
"
-SRCREV = "6fdddee7d45206dc64eacd08700f79566ad9b4a6"
+SRCREV = "18fdc7e1bcf160f8e9bbad406f1556c3d1911734"
S = "${WORKDIR}/git"
inherit systemd allarch update-alternatives
python3-modules \
python3-packaging \
python3-can \
+ python3-requests \
python3-cantools \
python3-rich \
python3-pyqt6 \