diff mbox series

[3/5] python3-mccabe: remove obsolete DEPENDS

Message ID 20260904155251.1373817-3-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>
---
 meta-python/recipes-devtools/python/python3-mccabe_0.7.0.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-mccabe_0.7.0.bb b/meta-python/recipes-devtools/python/python3-mccabe_0.7.0.bb
index 5304917842..c21c87d606 100644
--- a/meta-python/recipes-devtools/python/python3-mccabe_0.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-mccabe_0.7.0.bb
@@ -8,6 +8,4 @@  SRC_URI[sha256sum] = "348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f
 
 inherit pypi setuptools3
 
-DEPENDS += "python3-pytest-runner-native"
-
 BBCLASSEXTEND = "native nativesdk"