summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:28 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commitb1f49ef0f5051a732a89f066e03a647dec85e6d5 (patch)
treeb7d52358f441a07c573aec7798c04b58ca02b0d4 /meta-python/recipes-devtools/python
parentd165a12d7d8514bebd531ac4de1289aa8597e82d (diff)
downloadmeta-openembedded-b1f49ef0f5051a732a89f066e03a647dec85e6d5.tar.gz
python3-xmlrunner: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-xmlrunner_1.7.7.bb2
1 files changed, 2 insertions, 0 deletions
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"
7SRC_URI[sha256sum] = "5a6113d049eca7646111ee657266966e5bbfb0b5ceb2e83ee0772e16d7110f39" 7SRC_URI[sha256sum] = "5a6113d049eca7646111ee657266966e5bbfb0b5ceb2e83ee0772e16d7110f39"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10
11RDEPENDS:${PN} += "python3-unittest"