mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-evdev: update to version 0.6.1 and add package RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
18d5f11e18
commit
7ebe715bb6
@@ -1,12 +0,0 @@
|
||||
SUMMARY = "Python evdev lib"
|
||||
HOMEPAGE = "https://github.com/gvalkov/python-evdev"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2"
|
||||
|
||||
SRC_URI = "https://github.com/gvalkov/python-evdev/archive/v${PV}.zip"
|
||||
|
||||
SRC_URI[md5sum] = "24e4ffa98e338b535eae44d91d609005"
|
||||
SRC_URI[sha256sum] = "61f6893d80da87a995e5781c74d22a39448b1b32004ffac2f31817017709be04"
|
||||
|
||||
inherit setuptools
|
||||
17
meta-python/recipes-devtools/python/python-evdev_0.6.1.bb
Normal file
17
meta-python/recipes-devtools/python/python-evdev_0.6.1.bb
Normal file
@@ -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 \
|
||||
"
|
||||
Reference in New Issue
Block a user