diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:35 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:59 -0700 |
| commit | 5639cfa0399f4bff190be4f5ab7524cc22610abc (patch) | |
| tree | 6461ac70d49984e7269e764fc54ba541d72ec1c8 | |
| parent | 126500b4c4daa38c6e0fff3236d65fe3afc8ebe1 (diff) | |
| download | meta-openembedded-5639cfa0399f4bff190be4f5ab7524cc22610abc.tar.gz | |
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>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-libevdev_0.11.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-libevdev_0.11.bb b/meta-python/recipes-devtools/python/python3-libevdev_0.11.bb index c728cd0ff1..27e336710c 100644 --- a/meta-python/recipes-devtools/python/python3-libevdev_0.11.bb +++ b/meta-python/recipes-devtools/python/python3-libevdev_0.11.bb | |||
| @@ -11,3 +11,8 @@ SRC_URI[sha256sum] = "e9ca006a4df2488a60bd9a740011ee948d81904be2364f017e56016950 | |||
| 11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
| 12 | 12 | ||
| 13 | PYPI_PACKAGE = "libevdev" | 13 | PYPI_PACKAGE = "libevdev" |
| 14 | |||
| 15 | RDEPENDS:${PN} += " \ | ||
| 16 | libevdev \ | ||
| 17 | python3-ctypes \ | ||
| 18 | " | ||
