diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb | 15 |
1 files changed, 0 insertions, 15 deletions
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 @@ | |||
1 | SUMMARY = "Python bindings for kmod/libkmod." | ||
2 | HOMEPAGE = "https://github.com/agrover/python-kmod" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "LGPL-2.1-only" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6d62c2454850386a2ffe44f72db83d74" | ||
6 | |||
7 | inherit pypi setuptools3 | ||
8 | |||
9 | RECIPE_NO_UPDATE_REASON = "Version 0.9.2 is broken when using latest build machinery for C extensions" | ||
10 | SRC_URI[sha256sum] = "f3bf829059bf88eca22f4f549e17aa316cdaa14302bf2ba49ddeee60cea109ff" | ||
11 | |||
12 | DEPENDS += " \ | ||
13 | kmod \ | ||
14 | python3-cython-native \ | ||
15 | " | ||