diff mbox series

[meta-python,2/3] python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest

Message ID 20241206111131.35594-3-brgl@bgdev.pl
State Accepted
Headers show
Series libgpiod: improve package dependencies | expand

Commit Message

Bartosz Golaszewski Dec. 6, 2024, 11:11 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

We now have a separate package containing the libgpiosim shared object
which is all from libgpiod-ptest that we need for this package's tests.
Let's relax the run-time dependency.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb
index 0c7e8ef93..c4be99468 100644
--- a/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb
@@ -21,7 +21,7 @@  RDEPENDS:${PN} += " \
     python3-profile \
 "
 RDEPENDS:${PN}-ptest += " \
-    libgpiod-ptest \
+    libgpiod-gpiosim \
     python3-setuptools \
 "
 RRECOMMENDS:${PN}-ptest += "kernel-module-configfs"