diff mbox series

[4/5] python3-ordered-set: remove obsolete DEPENDS

Message ID 20260904155251.1373817-4-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-ordered-set_4.1.0.bb       | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

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"
-