From f1ce65fc8eff7dc6d99b60a3ae773084b0cf6e9a Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Sat, 25 Oct 2025 05:17:41 +0200 Subject: python3-kconfiglib: Move to meta-oe It will be needed by lvgl. Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj --- .../packagegroups/packagegroup-meta-python.bb | 1 - .../recipes-devtools/python/python3-kconfiglib_14.1.0.bb | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb (limited to 'meta-python') 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 = "\ python3-jsonref \ python3-jsonschema \ python3-jstyleson \ - python3-kconfiglib \ python3-keras-applications \ python3-keras-preprocessing \ ${@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 @@ -DESCRIPTION = "Kconfiglib is a Kconfig implementation in Python" -LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c" - -SRC_URI[sha256sum] = "bed2cc2216f538eca4255a83a4588d8823563cdd50114f86cf1a2674e602c93c" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" - -RDEPENDS:${PN} += " \ - python3-curses \ - python3-shell \ - python3-tkinter \ -" -- cgit v1.2.3-54-g00ecf