In version 1.4.3:
* Subunit now has a dependency on an external iso8601
  module rather than shipping its own.

so add the missing dependency.

Signed-off-by: Richard Purdie <[email protected]>
---
 meta/recipes-devtools/python/python3-subunit_1.4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3-subunit_1.4.4.bb 
b/meta/recipes-devtools/python/python3-subunit_1.4.4.bb
index db5fecf921a..11be10bab60 100644
--- a/meta/recipes-devtools/python/python3-subunit_1.4.4.bb
+++ b/meta/recipes-devtools/python/python3-subunit_1.4.4.bb
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = 
"1079363131aa1d3f45259237265bc2e61a77e35f20edfb6e3d1d2558a2
 
 inherit pypi setuptools3
 
-RDEPENDS:${PN} = " python3-testtools"
+RDEPENDS:${PN} = " python3-testtools python3-iso8601"
 
 BBCLASSEXTEND = "nativesdk"
-- 
2.40.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#194255): 
https://lists.openembedded.org/g/openembedded-core/message/194255
Mute This Topic: https://lists.openembedded.org/mt/103921888/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to