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:
Bartosz Golaszewski
2023-11-17 03:10:55 +01:00
committed by Khem Raj
parent 9d695a1f26
commit eed63a4727

View File

@@ -16,7 +16,7 @@ DEPENDS += " \
python3-setuptools-native \
"
RDEPENDS:${PN} += " \
libgpiod (>= 2.0) \
libgpiod (>= 2.1) \
python3-datetime \
python3-profile \
"