summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb b/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb
new file mode 100644
index 0000000000..7c1eb85264
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Python interface to Linux uinput kernel module."
2HOMEPAGE = "https://pypi.org/project/python-uinput/"
3LICENSE = "GPL-3.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
5
6SRC_URI += "file://0001-Deal-with-64bit-time_t-default-on-32bit-architecture.patch"
7SRC_URI[sha256sum] = "853697344b64df5537d4ae32ba6fbcf0515d51a9010910f5d5019959038b6eba"
8
9PYPI_PACKAGE = "python-uinput"
10
11inherit pypi setuptools3
12
13DEPENDS += "udev"
14RDEPENDS:${PN} += " \
15 python3-ctypes \
16 python3-setuptools \
17"
18RRECOMMENDS:${PN} += "kernel-module-uinput"