diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-11-17 03:10:55 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-17 11:38:27 -0800 |
| commit | eed63a472767a6a0fa097feea0ac482a6da179c9 (patch) | |
| tree | 8bcc5cca4b067f487df6a92ba9c6e4b635757d3d /meta-python/recipes-devtools/python | |
| parent | 9d695a1f261e5d5f6aa9aa4cb3eafe54d45eedce (diff) | |
| download | meta-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/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb | 2 |
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 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 += " \ | |||
| 16 | python3-setuptools-native \ | 16 | python3-setuptools-native \ |
| 17 | " | 17 | " |
| 18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
| 19 | libgpiod (>= 2.0) \ | 19 | libgpiod (>= 2.1) \ |
| 20 | python3-datetime \ | 20 | python3-datetime \ |
| 21 | python3-profile \ | 21 | python3-profile \ |
| 22 | " | 22 | " |
