From e594e1c2926d87aded7c7e9569b8dfa8e07451bb Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 31 Dec 2023 13:23:28 +0100 Subject: python3-kmod: remove the recipe Not compatible with cython 3.x, and has been inactive for years: https://pypi.org/project/kmod/#description https://github.com/agrover/python-kmod Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index 52e1cf6af7..0000000000 --- a/meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -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 - -RECIPE_NO_UPDATE_REASON = "Version 0.9.2 is broken when using latest build machinery for C extensions" -SRC_URI[sha256sum] = "f3bf829059bf88eca22f4f549e17aa316cdaa14302bf2ba49ddeee60cea109ff" - -DEPENDS += " \ - kmod \ - python3-cython-native \ -" -- cgit v1.2.3-54-g00ecf