From eed63a472767a6a0fa097feea0ac482a6da179c9 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 17 Nov 2023 03:10:55 +0100 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb index 310694ade7..0dbb38d200 100644 --- a/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb @@ -16,7 +16,7 @@ DEPENDS += " \ python3-setuptools-native \ " RDEPENDS:${PN} += " \ - libgpiod (>= 2.0) \ + libgpiod (>= 2.1) \ python3-datetime \ python3-profile \ " -- cgit v1.2.3-54-g00ecf