From 7ecb54163f6252cfbecfd9f7f363536c88dbb58a Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Mon, 15 May 2023 14:02:47 +0800 Subject: python3-ansible: Upgrade to 2.14.5 Rebase the patch python3-ensure-py-scripts-use-py3-for-shebang.patch to new version. Signed-off-by: Mingli Yu Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-ansible.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'recipes-devtools/python/python-ansible.inc') diff --git a/recipes-devtools/python/python-ansible.inc b/recipes-devtools/python/python-ansible.inc index 0bb663a..fa55ba3 100644 --- a/recipes-devtools/python/python-ansible.inc +++ b/recipes-devtools/python/python-ansible.inc @@ -6,13 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" SRCNAME = "ansible" -SRC_URI = "http://releases.ansible.com/ansible/${SRCNAME}-${PV}.tar.gz" +SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.14" -SRC_URI[md5sum] = "b1be8f05864a07c06b8a767dcd48ba1b" -SRC_URI[sha256sum] = "cd4b8f53720fcd0c351156b840fdd15ecfbec22c951b5406ec503de49d40b9f5" +SRCREV = "5c6dfff68759ccc9794b609db45872950077e98b" - -S = "${WORKDIR}/${SRCNAME}-${PV}" +S = "${WORKDIR}/git" ANSIBLE_WHITELIST_MODULES ?= "commands files system network/ovs __pycache__ service" -- cgit v1.2.3-54-g00ecf