mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-watchdogdev: new package
Add a recipe for watchdogdev - a python module for controlling linux watchdog devices. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
72dc42966b
commit
e04955a65d
@@ -0,0 +1,9 @@
|
||||
SUMMARY = "Linux watchdog device API for Python."
|
||||
HOMEPAGE = "https://github.com/timka/watchdogdev"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "Python-2.0"
|
||||
LIC_FILES_CHKSUM = "file://setup.py;beginline=47;endline=47;md5=ad880087bee2eb64e368954eb7b99bfd"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[sha256sum] = "776ba57a07aef0084466493f40ce20814a29f8914a10ef8177317d02559fd017"
|
||||
Reference in New Issue
Block a user