mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-05 11:20:15 +00:00
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 <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
1a6b24b78c
commit
ce5cf625cd
@@ -18,7 +18,11 @@ S = "${WORKDIR}/libgpiod-${PV}/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)}"
|
||||
|
||||
Reference in New Issue
Block a user