aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/python/python3-ansible_2.14.11.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-ansible_2.14.11.bb b/recipes-devtools/python/python3-ansible_2.14.11.bb
index ea0fdbe5..f3ab2377 100644
--- a/recipes-devtools/python/python3-ansible_2.14.11.bb
+++ b/recipes-devtools/python/python3-ansible_2.14.11.bb
@@ -1,7 +1,11 @@
inherit setuptools3
require python-ansible.inc
-RDEPENDS:${PN} += "python3-pyyaml python3-jinja2 python3-modules"
+RDEPENDS:${PN} += "python3-pyyaml \
+ python3-jinja2 \
+ python3-modules \
+ locale-base-en-us \
+"
SRC_URI += " \
file://python3-ensure-py-scripts-use-py3-for-shebang.patch \