diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-libevdev_0.12.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-libevdev_0.12.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-libevdev_0.12.bb b/meta-python/recipes-devtools/python/python3-libevdev_0.12.bb new file mode 100644 index 0000000000..cabcfd8df6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-libevdev_0.12.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "python-libevdev is a Python wrapper around the libevdev C library." | ||
2 | HOMEPAGE = "https://gitlab.freedesktop.org/libevdev/python-libevdev" | ||
3 | SECTION = "devel/python" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d94c10c546b419eddc6296157ec40747" | ||
7 | |||
8 | SRC_URI[sha256sum] = "02e952632ec6c249cbb9c66f6fa00012ea448b06606c77cd139133bc2fe46b08" | ||
9 | |||
10 | inherit pypi setuptools3 | ||
11 | |||
12 | PYPI_PACKAGE = "libevdev" | ||
13 | |||
14 | RDEPENDS:${PN} += " \ | ||
15 | libevdev \ | ||
16 | python3-ctypes \ | ||
17 | " | ||