diff mbox series

[meta-python,1/2] python3-kivy: cleanup dependencies

Message ID 20241223154133.2955396-1-yi.zhao@windriver.com
State New
Headers show
Series [meta-python,1/2] python3-kivy: cleanup dependencies | expand

Commit Message

Yi Zhao Dec. 23, 2024, 3:41 p.m. UTC
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>
---
 meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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 += " \
     libsdl2-image \
     libsdl2-mixer \
     pango \
-    python3 \
-    python3-cython-native \
 "
 
 RDEPENDS:${PN} = " \