summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-11-17 03:10:55 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-17 11:38:27 -0800
commiteed63a472767a6a0fa097feea0ac482a6da179c9 (patch)
tree8bcc5cca4b067f487df6a92ba9c6e4b635757d3d /meta-python
parent9d695a1f261e5d5f6aa9aa4cb3eafe54d45eedce (diff)
downloadmeta-openembedded-eed63a472767a6a0fa097feea0ac482a6da179c9.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb2
1 files changed, 1 insertions, 1 deletions
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 += " \
16 python3-setuptools-native \ 16 python3-setuptools-native \
17" 17"
18RDEPENDS:${PN} += " \ 18RDEPENDS:${PN} += " \
19 libgpiod (>= 2.0) \ 19 libgpiod (>= 2.1) \
20 python3-datetime \ 20 python3-datetime \
21 python3-profile \ 21 python3-profile \
22" 22"