diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb b/meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb new file mode 100644 index 0000000000..737bbfe2c8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Python interface to Linux uinput kernel module." | ||
| 2 | HOMEPAGE = "https://pypi.org/project/python-uinput/" | ||
| 3 | LICENSE = "GPL-3.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "99392b676c77b5795b86b7d75274db33fe754fd1e06fb3d58b167c797dc47f0c" | ||
| 7 | SRC_URI += "file://0001-setup-use-setuptools-instead-of-distutils.patch" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "python-uinput" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | DEPENDS += "udev" | ||
| 14 | RDEPENDS:${PN} += " \ | ||
| 15 | python3-ctypes \ | ||
| 16 | python3-distutils \ | ||
| 17 | " | ||
| 18 | RRECOMMENDS:${PN} += "kernel-module-uinput" | ||
