mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 07:15:43 +01:00
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>
This commit is contained in:
parent
2e3c18f2d3
commit
e594e1c292
|
|
@ -217,7 +217,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
|
|||
python3-keras-preprocessing \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11 opengl", "python3-kivy", "", d)} \
|
||||
python3-kiwisolver \
|
||||
python3-kmod \
|
||||
python3-langtable \
|
||||
python3-lazy-object-proxy \
|
||||
python3-libconf \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user