summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-12-23 23:41:32 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-23 22:30:57 -0800
commite2ef7c12a9d30dfbe32643c2f696653024e0df96 (patch)
tree2287d9228f98adf047359dddfcef065d9fdfd022 /meta-python
parent56ecaf082193e2f34fe5e0d1fa5208c79abff0d8 (diff)
downloadmeta-openembedded-e2ef7c12a9d30dfbe32643c2f696653024e0df96.tar.gz
python3-kivy: cleanup dependencies
Drop python3 and python3-cython-native from DEPENDS since we already inherit setuptools3 and cython bbclasses. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb b/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb
index 861ca32ad6..4c09e5d9e3 100644
--- a/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb
@@ -51,8 +51,6 @@ DEPENDS += " \
51 libsdl2-image \ 51 libsdl2-image \
52 libsdl2-mixer \ 52 libsdl2-mixer \
53 pango \ 53 pango \
54 python3 \
55 python3-cython-native \
56" 54"
57 55
58RDEPENDS:${PN} = " \ 56RDEPENDS:${PN} = " \