From 9efc3193ec2db7e68f7a17f758fe3f48b1cd14fa Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 14 Apr 2023 13:51:44 +0200 Subject: python3-gpiod: add missing run-time dependencies The gpiod package needs some standard python modules so add them to RDEPENDS. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj (cherry picked from commit ce5cf625cdfc0adbffa344de7c59274cb89f5612) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-gpiod_2.0.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.0.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.0.bb index 18cf8ae8b5..2d3b8772db 100644 --- a/meta-python/recipes-devtools/python/python3-gpiod_2.0.bb +++ b/meta-python/recipes-devtools/python/python3-gpiod_2.0.bb @@ -18,7 +18,11 @@ S = "${WORKDIR}/libgpiod-2.0/bindings/python" inherit setuptools3 ptest DEPENDS += "libgpiod" -RDEPENDS:${PN} += "libgpiod (>= 2.0)" +RDEPENDS:${PN} += " \ + libgpiod (>= 2.0) \ + python3-datetime \ + python3-profile \ +" RDEPENDS:${PN}-ptest += "python3-setuptools" export GPIOD_WITH_TESTS = "${@bb.utils.contains("PTEST_ENABLED", "1", "1", "0", d)}" -- cgit v1.2.3-54-g00ecf