From 03fc82303b2d8cb8698573a044fe7641bdd99964 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 4 Sep 2026 16:52:50 +0100 Subject: [PATCH] python3-ordered-set: remove obsolete DEPENDS These dependencies are no longer needed. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-ordered-set_4.1.0.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb b/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb index 1644dc62d5..6dbc9d6538 100644 --- a/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb @@ -8,6 +8,3 @@ SRC_URI[sha256sum] = "694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c7 inherit pypi python_flit_core ptest-python-pytest PTEST_PYTEST_DIR = "test" - -DEPENDS += "python3-pytest-runner-native" -