summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-31 13:23:28 +0100
committerKhem Raj <raj.khem@gmail.com>2023-12-31 08:27:50 -0800
commite594e1c2926d87aded7c7e9569b8dfa8e07451bb (patch)
treef9375fe828b4bcddd2c154527a663906cad86feb
parent2e3c18f2d34b4e4d8eaae07d4993990ef7fb2bc2 (diff)
downloadmeta-openembedded-e594e1c2926d87aded7c7e9569b8dfa8e07451bb.tar.gz
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 <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb15
2 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 32e962affc..41fce53274 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -217,7 +217,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
217 python3-keras-preprocessing \ 217 python3-keras-preprocessing \
218 ${@bb.utils.contains("DISTRO_FEATURES", "x11 opengl", "python3-kivy", "", d)} \ 218 ${@bb.utils.contains("DISTRO_FEATURES", "x11 opengl", "python3-kivy", "", d)} \
219 python3-kiwisolver \ 219 python3-kiwisolver \
220 python3-kmod \
221 python3-langtable \ 220 python3-langtable \
222 python3-lazy-object-proxy \ 221 python3-lazy-object-proxy \
223 python3-libconf \ 222 python3-libconf \
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 @@
1SUMMARY = "Python bindings for kmod/libkmod."
2HOMEPAGE = "https://github.com/agrover/python-kmod"
3SECTION = "devel/python"
4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=6d62c2454850386a2ffe44f72db83d74"
6
7inherit pypi setuptools3
8
9RECIPE_NO_UPDATE_REASON = "Version 0.9.2 is broken when using latest build machinery for C extensions"
10SRC_URI[sha256sum] = "f3bf829059bf88eca22f4f549e17aa316cdaa14302bf2ba49ddeee60cea109ff"
11
12DEPENDS += " \
13 kmod \
14 python3-cython-native \
15"