diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2024-12-23 23:41:32 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-23 22:30:57 -0800 |
| commit | e2ef7c12a9d30dfbe32643c2f696653024e0df96 (patch) | |
| tree | 2287d9228f98adf047359dddfcef065d9fdfd022 | |
| parent | 56ecaf082193e2f34fe5e0d1fa5208c79abff0d8 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb | 2 |
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 | ||
| 58 | RDEPENDS:${PN} = " \ | 56 | RDEPENDS:${PN} = " \ |
