summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-evdev_0.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-evdev_0.6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-evdev_0.6.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-evdev_0.6.1.bb b/meta-python/recipes-devtools/python/python-evdev_0.6.1.bb
new file mode 100644
index 0000000000..963b162b6a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-evdev_0.6.1.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Python evdev lib"
2HOMEPAGE = "https://github.com/gvalkov/python-evdev"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2"
5
6SRC_URI[md5sum] = "8a3ff1012534963cfc16efebcc208fa6"
7SRC_URI[sha256sum] = "67b3c71461e5ce191a34cd4ec17f6b3d59e66f6013f98f84c2fba817b8738a3b"
8
9inherit pypi setuptools
10
11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-ctypes \
13 ${PYTHON_PN}-fcntl \
14 ${PYTHON_PN}-io \
15 ${PYTHON_PN}-shell \
16 ${PYTHON_PN}-stringold \
17 "