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 <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2024-12-06 12:11:30 +01:00
committed by Khem Raj
parent 0718d6e84d
commit c1ecee397a

View File

@@ -21,7 +21,7 @@ RDEPENDS:${PN} += " \
python3-profile \
"
RDEPENDS:${PN}-ptest += " \
libgpiod-ptest \
libgpiod-gpiosim \
python3-setuptools \
"
RRECOMMENDS:${PN}-ptest += "kernel-module-configfs"