diff mbox series

[meta-python,3/3] python3-gpiod: don't recommend kernel-module-configfs for ptest

Message ID 20241206111131.35594-4-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>

This is already done by the libgpiod recipe for libgpiod-gpiosim which
is a dependency for python3-gpiod's ptest package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb | 1 -
 1 file changed, 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 c4be99468..a7c4ee52c 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
@@ -24,7 +24,6 @@  RDEPENDS:${PN}-ptest += " \
     libgpiod-gpiosim \
     python3-setuptools \
 "
-RRECOMMENDS:${PN}-ptest += "kernel-module-configfs"
 
 export LINK_SYSTEM_LIBGPIOD = "1"