From b1f49ef0f5051a732a89f066e03a647dec85e6d5 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:22:28 +0200 Subject: python3-xmlrunner: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-xmlrunner_1.7.7.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-xmlrunner_1.7.7.bb b/meta-python/recipes-devtools/python/python3-xmlrunner_1.7.7.bb index e81e4dabee..7259c3fad3 100644 --- a/meta-python/recipes-devtools/python/python3-xmlrunner_1.7.7.bb +++ b/meta-python/recipes-devtools/python/python3-xmlrunner_1.7.7.bb @@ -7,3 +7,5 @@ SRC_URI[md5sum] = "7b0b152ed2d278516aedbc0cac22dfb3" SRC_URI[sha256sum] = "5a6113d049eca7646111ee657266966e5bbfb0b5ceb2e83ee0772e16d7110f39" inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-unittest" -- cgit v1.2.3-54-g00ecf