From 7ceb15ada12ab5170a6a18ff0658ffaccd2549b7 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 24 Nov 2022 13:57:39 +0100 Subject: python3-kmod: new package Add a recipe for python3-kmod - a python wrapper around libkmod. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb (limited to 'meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb b/meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb new file mode 100644 index 0000000000..2ec4d474b5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb @@ -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 \ +" -- cgit v1.2.3-54-g00ecf