From 9dd6f0c984fc855615341cfa77aacfaf6980d8bb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 4 Sep 2026 16:52:47 +0100 Subject: [PATCH] python3-arpeggio: remove obsolete DEPENDS These dependencies are no longer needed. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-arpeggio_2.0.3.bb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb index 01739adf86..906fbfdc0b 100644 --- a/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb @@ -9,10 +9,4 @@ PYPI_PACKAGE = "Arpeggio" inherit pypi setuptools3 -# setup.py of Arpeggio needs this. -DEPENDS += "\ - python3-pytest-runner-native \ - python3-wheel-native \ -" - BBCLASSEXTEND = "native nativesdk"