mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-01 15:18:26 +00:00
python3-kmod: new package
Add a recipe for python3-kmod - a python wrapper around libkmod. 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
da1ff7a5ae
commit
7ceb15ada1
14
meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb
Normal file
14
meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "Python bindings for kmod/libkmod."
|
||||
HOMEPAGE = "https://github.com/agrover/python-kmod"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6d62c2454850386a2ffe44f72db83d74"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[sha256sum] = "f3bf829059bf88eca22f4f549e17aa316cdaa14302bf2ba49ddeee60cea109ff"
|
||||
|
||||
DEPENDS += " \
|
||||
kmod \
|
||||
python3-cython-native \
|
||||
"
|
||||
Reference in New Issue
Block a user