summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:39:20 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:53 -0700
commit2951081f72c7463035c8bad40186ded6faf14596 (patch)
treed31dc8e7aae4b1fc61f9a201679ec935c0d27690 /meta-python/recipes-devtools
parentfe17742088e8f90eb915cba7f82a70167a7c924e (diff)
downloadmeta-openembedded-2951081f72c7463035c8bad40186ded6faf14596.tar.gz
python3-defusedxml: 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')
-rw-r--r--meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb
index 3396c7262..8ec6680d8 100644
--- a/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb
@@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11
12BBCLASSEXTEND = "native" 12BBCLASSEXTEND = "native"
13
14RDEPENDS:${PN} += "python3-xml"