summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.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 21b79b9c50..9b06096d1d 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -210,7 +210,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
210 python3-jsonref \ 210 python3-jsonref \
211 python3-jsonschema \ 211 python3-jsonschema \
212 python3-jstyleson \ 212 python3-jstyleson \
213 python3-kconfiglib \
214 python3-keras-applications \ 213 python3-keras-applications \
215 python3-keras-preprocessing \ 214 python3-keras-preprocessing \
216 ${@bb.utils.contains("DISTRO_FEATURES", "x11 opengl", "python3-kivy", "", d)} \ 215 ${@bb.utils.contains("DISTRO_FEATURES", "x11 opengl", "python3-kivy", "", d)} \
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"