mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-gpiod: fix the required version of libgpiod
This version of python3-gpiod requires libgpiod v2.1 so fix 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
9d695a1f26
commit
eed63a4727
@@ -16,7 +16,7 @@ DEPENDS += " \
|
||||
python3-setuptools-native \
|
||||
"
|
||||
RDEPENDS:${PN} += " \
|
||||
libgpiod (>= 2.0) \
|
||||
libgpiod (>= 2.1) \
|
||||
python3-datetime \
|
||||
python3-profile \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user