diff mbox series

[1/5] python3-arpeggio: remove obsolete DEPENDS

Message ID 20260904155251.1373817-1-ross.burton@arm.com
State Under Review
Headers show
Series [1/5] python3-arpeggio: remove obsolete DEPENDS | expand

Commit Message

Ross Burton Sept. 4, 2026, 3:52 p.m. UTC
These dependencies are no longer needed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-devtools/python/python3-arpeggio_2.0.3.bb       | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

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"