summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2022-06-21 18:00:10 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-06-27 23:38:33 -0400
commitc40479b7351d3d9aff4721e35f6b2108c8486d14 (patch)
treecc29558be6d7f8833e9134bd466b107b56691511 /recipes-extended
parent66a2fa470b0a7c5efd0f121efe29ea1ebaa3b288 (diff)
downloadmeta-virtualization-c40479b7351d3d9aff4721e35f6b2108c8486d14.tar.gz
cloud-init: add rdpends for netifaces and charset-normalizer
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/cloud-init/cloud-init_21.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_21.4.bb b/recipes-extended/cloud-init/cloud-init_21.4.bb
index c6e64b3c..9c2dae79 100644
--- a/recipes-extended/cloud-init/cloud-init_21.4.bb
+++ b/recipes-extended/cloud-init/cloud-init_21.4.bb
@@ -56,6 +56,8 @@ RDEPENDS:${PN} = "python3 \
56 python3-jsonschema \ 56 python3-jsonschema \
57 python3-pyyaml \ 57 python3-pyyaml \
58 python3-oauthlib \ 58 python3-oauthlib \
59 python3-netifaces \
60 python3-charset-normalizer \
59 bash \ 61 bash \
60 " 62 "
61 63