diff mbox series

[2/3] python3-testtools: remove obsolete dependencies

Message ID 20260914214550.376236-2-ross.burton@arm.com
State New
Headers show
Series [1/3] python3-rfc3339-validator: remove usage of six | expand

Commit Message

Ross Burton Sept. 14, 2026, 9:45 p.m. UTC
The use of the extras module was removed in 2.6.0[1], and the use of six
was removed in 2.5.0[2].

[1] testtools 5d3b595 ("Drop extras of extras; fixtures no longer uses it")
[2] testtools 8e8bf52 ("Remove six")

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

Patch

diff --git a/meta/recipes-devtools/python/python3-testtools_2.9.1.bb b/meta/recipes-devtools/python/python3-testtools_2.9.1.bb
index 0c7f6221781..31809fe1edd 100644
--- a/meta/recipes-devtools/python/python3-testtools_2.9.1.bb
+++ b/meta/recipes-devtools/python/python3-testtools_2.9.1.bb
@@ -13,9 +13,7 @@  SRC_URI[sha256sum] = "39ad9eb9e1b935d6838f4b3aee4d6e72db65df5602f6feda998dbb4fe8
 RDEPENDS:${PN} += "\
     python3-compression \
     python3-doctest \
-    python3-extras \
     python3-json \
-    python3-six \
     "
 
 BBCLASSEXTEND = "nativesdk"