summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-ansible_2.17.7.bb
diff options
context:
space:
mode:
authorSoumya Sambu <soumya.sambu@windriver.com>2025-04-08 10:56:54 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-04-09 20:55:22 +0000
commitea865f6965128d61602e7d20e1ab8554ce05633a (patch)
treecb0c6e6ee648b6a125af29d36c20b46954793f73 /recipes-devtools/python/python3-ansible_2.17.7.bb
parent3904c521fce351ad4bcc6760ddb8ff411016c77e (diff)
downloadmeta-cloud-services-scarthgap.tar.gz
python3-ansible: Upgrade 2.17.6 -> 2.17.7scarthgap
Fixes CVE-2024-11079 and other bugs Changelog: ========== https://github.com/ansible/ansible/blob/v2.17.7/changelogs/CHANGELOG-v2.17.rst#v2-17-7 Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-ansible_2.17.7.bb')
-rw-r--r--recipes-devtools/python/python3-ansible_2.17.7.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-ansible_2.17.7.bb b/recipes-devtools/python/python3-ansible_2.17.7.bb
new file mode 100644
index 0000000..f3ab237
--- /dev/null
+++ b/recipes-devtools/python/python3-ansible_2.17.7.bb
@@ -0,0 +1,12 @@
1inherit setuptools3
2require python-ansible.inc
3
4RDEPENDS:${PN} += "python3-pyyaml \
5 python3-jinja2 \
6 python3-modules \
7 locale-base-en-us \
8"
9
10SRC_URI += " \
11 file://python3-ensure-py-scripts-use-py3-for-shebang.patch \
12"