diff options
| -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 | " | ||
