mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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:
committed by
Khem Raj
parent
0718d6e84d
commit
c1ecee397a
@@ -21,7 +21,7 @@ RDEPENDS:${PN} += " \
|
||||
python3-profile \
|
||||
"
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
libgpiod-ptest \
|
||||
libgpiod-gpiosim \
|
||||
python3-setuptools \
|
||||
"
|
||||
RRECOMMENDS:${PN}-ptest += "kernel-module-configfs"
|
||||
|
||||
Reference in New Issue
Block a user