From 7ebe715bb64e0164b46f7e1a38a5d82d177cef4c Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 16 Jul 2016 11:59:03 -0400 Subject: python-evdev: update to version 0.6.1 and add package RDEPENDS Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-evdev_0.6.1.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-evdev_0.6.1.bb (limited to 'meta-python/recipes-devtools/python/python-evdev_0.6.1.bb') 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 @@ +SUMMARY = "Python evdev lib" +HOMEPAGE = "https://github.com/gvalkov/python-evdev" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2" + +SRC_URI[md5sum] = "8a3ff1012534963cfc16efebcc208fa6" +SRC_URI[sha256sum] = "67b3c71461e5ce191a34cd4ec17f6b3d59e66f6013f98f84c2fba817b8738a3b" + +inherit pypi setuptools + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-ctypes \ + ${PYTHON_PN}-fcntl \ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-stringold \ + " -- cgit v1.2.3-54-g00ecf