From e17a391cfd9bc9caa6002f4b5283f6da5b7476cf Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Wed, 3 Apr 2024 16:55:27 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-ansible_2.16.5.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-devtools/python/python3-ansible_2.16.5.bb (limited to 'recipes-devtools/python/python3-ansible_2.16.5.bb') 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 @@ +inherit setuptools3 +require python-ansible.inc + +RDEPENDS:${PN} += "python3-pyyaml \ + python3-jinja2 \ + python3-modules \ + locale-base-en-us \ +" + +SRC_URI += " \ + file://python3-ensure-py-scripts-use-py3-for-shebang.patch \ +" -- cgit v1.2.3-54-g00ecf