From c3085021b210cd265d00227c30a6e6c77f74e7d5 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 4 Sep 2026 16:52:49 +0100 Subject: [PATCH] python3-mccabe: remove obsolete DEPENDS These dependencies are no longer needed. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-mccabe_0.7.0.bb | 2 -- 1 file changed, 2 deletions(-) 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"