diff mbox series

python3-gpiod: fix the required version of libgpiod

Message ID 20231117021055.23607-1-brgl@bgdev.pl
State Accepted
Headers show
Series python3-gpiod: fix the required version of libgpiod | expand

Commit Message

Bartosz Golaszewski Nov. 17, 2023, 2:10 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

This version of python3-gpiod requires libgpiod v2.1 so fix RDEPENDS.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Khem Raj Nov. 20, 2023, 3:51 a.m. UTC | #1
On Fri, 17 Nov 2023 03:10:55 +0100, Bartosz Golaszewski wrote:
> This version of python3-gpiod requires libgpiod v2.1 so fix RDEPENDS.
> 
> 

Applied, thanks!

[1/1] python3-gpiod: fix the required version of libgpiod
      commit: eed63a472767a6a0fa097feea0ac482a6da179c9

Best regards,
diff mbox series

Patch

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 310694ade..0dbb38d20 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 \
 "