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 6f58fd51b..3d4294fd6 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 1c52954ea2f63e4a5567061a6735216704db44d9 Mon Sep 17 00:00:00 2001 +From f0e027898a3477d2b9197e09592a32cd05dad30a 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.18.16.bb b/recipes-support/aws-cli-v2/aws-cli-v2_2.18.17.bb similarity index 97% rename from recipes-support/aws-cli-v2/aws-cli-v2_2.18.16.bb rename to recipes-support/aws-cli-v2/aws-cli-v2_2.18.17.bb index 79f68820f..b2b44fd3e 100644 --- a/recipes-support/aws-cli-v2/aws-cli-v2_2.18.16.bb +++ b/recipes-support/aws-cli-v2/aws-cli-v2_2.18.17.bb @@ -32,7 +32,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "e16873a427d42debf013d508de9d60b4e02207ff" +SRCREV = "1cdefd66b62f46e0bb2d08f0768cbd07658a51f0" # version 2.x UPSTREAM_CHECK_GITTAGREGEX = "(?P2\.\d+(\.\d+)+)"