summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-ansible_2.16.5.bb
diff options
context:
space:
mode:
authorSoumya Sambu <soumya.sambu@windriver.com>2024-11-14 10:32:11 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-12-10 03:43:55 +0000
commitbbfe2e1e1f70eea3f1ff43232bb0d5743184bbbd (patch)
tree75b8896a1eb43918d6a29e4f0c8aa6bc8c233930 /recipes-devtools/python/python3-ansible_2.16.5.bb
parent61d37af7f412aa1ecacdf584faf0fba300f7d58e (diff)
downloadmeta-cloud-services-bbfe2e1e1f70eea3f1ff43232bb0d5743184bbbd.tar.gz
python3-ansible: Upgrade 2.16.5 -> 2.17.6
Includes security fixes for - CVE-2024-9902, CVE-2024-8775, CVE-2023-5115. Changelog: ========== https://github.com/ansible/ansible/blob/v2.17.6/changelogs/CHANGELOG-v2.17.rst 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.16.5.bb')
-rw-r--r--recipes-devtools/python/python3-ansible_2.16.5.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-devtools/python/python3-ansible_2.16.5.bb b/recipes-devtools/python/python3-ansible_2.16.5.bb
deleted file mode 100644
index f3ab237..0000000
--- a/recipes-devtools/python/python3-ansible_2.16.5.bb
+++ /dev/null
@@ -1,12 +0,0 @@
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"