mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
python3-kconfiglib: Move to meta-oe
It will be needed by lvgl. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
2c36d8b7f3
commit
f1ce65fc8e
@@ -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)} \
|
||||
|
||||
@@ -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 \
|
||||
"
|
||||
Reference in New Issue
Block a user