summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-ansible_2.14.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-ansible_2.14.5.bb')
-rw-r--r--recipes-devtools/python/python3-ansible_2.14.5.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-ansible_2.14.5.bb b/recipes-devtools/python/python3-ansible_2.14.5.bb
index ea0fdbe..f3ab237 100644
--- a/recipes-devtools/python/python3-ansible_2.14.5.bb
+++ b/recipes-devtools/python/python3-ansible_2.14.5.bb
@@ -1,7 +1,11 @@
1inherit setuptools3 1inherit setuptools3
2require python-ansible.inc 2require python-ansible.inc
3 3
4RDEPENDS:${PN} += "python3-pyyaml python3-jinja2 python3-modules" 4RDEPENDS:${PN} += "python3-pyyaml \
5 python3-jinja2 \
6 python3-modules \
7 locale-base-en-us \
8"
5 9
6SRC_URI += " \ 10SRC_URI += " \
7 file://python3-ensure-py-scripts-use-py3-for-shebang.patch \ 11 file://python3-ensure-py-scripts-use-py3-for-shebang.patch \