summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb b/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb
deleted file mode 100644
index c3c39ad385..0000000000
--- a/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1DESCRIPTION = "Kconfiglib is a Kconfig implementation in Python"
2LICENSE = "ISC"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c"
4
5SRC_URI[sha256sum] = "bed2cc2216f538eca4255a83a4588d8823563cdd50114f86cf1a2674e602c93c"
6
7inherit pypi setuptools3
8
9BBCLASSEXTEND = "native nativesdk"
10
11RDEPENDS:${PN} += " \
12 python3-curses \
13 python3-shell \
14 python3-tkinter \
15"