From c1ecee397a6c598d4c16b5778c611eb05c2bfd14 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 6 Dec 2024 12:11:30 +0100 Subject: python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb') 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 0c7e8ef932..c4be99468a 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" -- cgit v1.2.3-54-g00ecf