diff --git a/recipes-support/aws-cli-v2/aws-cli-v2/0001-remove_exact_python_version_requirements.patch b/recipes-support/aws-cli-v2/aws-cli-v2/0001-remove_exact_python_version_requirements.patch index d55c081fc..8ce93c539 100644 --- a/recipes-support/aws-cli-v2/aws-cli-v2/0001-remove_exact_python_version_requirements.patch +++ b/recipes-support/aws-cli-v2/aws-cli-v2/0001-remove_exact_python_version_requirements.patch @@ -1,4 +1,4 @@ -From 920b93a95ac40e87f1395163e3cbccf02537559d Mon Sep 17 00:00:00 2001 +From ed9ab97e0ae27c3579507de3a2866da2427abcfa Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Fri, 12 Jan 2024 13:24:54 +0000 Subject: [PATCH] This patch is removing exact python version dependency diff --git a/recipes-support/aws-cli-v2/aws-cli-v2_2.22.19.bb b/recipes-support/aws-cli-v2/aws-cli-v2_2.22.24.bb similarity index 97% rename from recipes-support/aws-cli-v2/aws-cli-v2_2.22.19.bb rename to recipes-support/aws-cli-v2/aws-cli-v2_2.22.24.bb index aec869f60..18261f411 100644 --- a/recipes-support/aws-cli-v2/aws-cli-v2_2.22.19.bb +++ b/recipes-support/aws-cli-v2/aws-cli-v2_2.22.24.bb @@ -33,7 +33,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "a940ef5a41eba45c0e4823264212ce2ca7b5fd61" +SRCREV = "2631e42e96fdba8cac624a8f1efc87a132bcb7ae" # version 2.x UPSTREAM_CHECK_GITTAGREGEX = "(?P2\.\d+(\.\d+)+)"