mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 06:22:42 +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:
parent
9d695a1f26
commit
eed63a4727
@ -16,7 +16,7 @@ DEPENDS += " \
|
|||||||
python3-setuptools-native \
|
python3-setuptools-native \
|
||||||
"
|
"
|
||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
libgpiod (>= 2.0) \
|
libgpiod (>= 2.1) \
|
||||||
python3-datetime \
|
python3-datetime \
|
||||||
python3-profile \
|
python3-profile \
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user