| Message ID | 20260914214550.376236-2-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/3] python3-rfc3339-validator: remove usage of six | expand |
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"
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(-)