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..0e176c696 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 2042724036b1f621882207bbe7c073577626375c 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 @@ -12,7 +12,7 @@ Upstream-Status: Inappropriate [OE specific] 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml -index 1f3547429..7312842b2 100644 +index 58ba14278..a83e0c173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,21 +30,20 @@ classifiers = [ 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.19.0.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.19.0.bb index 79f68820f..07889d29f 100644 --- a/recipes-support/aws-cli-v2/aws-cli-v2_2.18.16.bb +++ b/recipes-support/aws-cli-v2/aws-cli-v2_2.19.0.bb @@ -32,7 +32,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "e16873a427d42debf013d508de9d60b4e02207ff" +SRCREV = "18033b04e96d7c9dc43fb64b8fc36351b3ef721f" # version 2.x UPSTREAM_CHECK_GITTAGREGEX = "(?P2\.\d+(\.\d+)+)"