From: Bartosz Golaszewski <[email protected]> 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 <[email protected]> --- meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.45.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#114216): https://lists.openembedded.org/g/openembedded-devel/message/114216 Mute This Topic: https://lists.openembedded.org/mt/109955873/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
