mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
python3-libevdev: add missing run-time dependencies
Add missing RDEPENDS for this package. 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
126500b4c4
commit
5639cfa039
@@ -11,3 +11,8 @@ SRC_URI[sha256sum] = "e9ca006a4df2488a60bd9a740011ee948d81904be2364f017e56016950
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "libevdev"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
libevdev \
|
||||
python3-ctypes \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user