summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-ansible_2.16.5.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2024-04-03 16:55:27 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-04-09 14:13:25 +0000
commite17a391cfd9bc9caa6002f4b5283f6da5b7476cf (patch)
treece9d633ff7624ccac6ddb294a1ba2622ddd7b3bc /recipes-devtools/python/python3-ansible_2.16.5.bb
parent2f83250ec1c08410a5684b03e0a8baf062dd0d66 (diff)
downloadmeta-cloud-services-e17a391cfd9bc9caa6002f4b5283f6da5b7476cf.tar.gz
python3-ansible: Upgrade 2.14.5 -> 2.16.5
The 2.14.x will be EOL 20 May 2024 [1], so upgrade to 2.16.5 which also includes the security fix for CVE-2024-0690. [1] https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html Signed-off-by: Mingli Yu <mingli.yu@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, 12 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-ansible_2.16.5.bb b/recipes-devtools/python/python3-ansible_2.16.5.bb
new file mode 100644
index 0000000..f3ab237
--- /dev/null
+++ b/recipes-devtools/python/python3-ansible_2.16.5.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"