Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-11-01_01-35-44_master-next_aws-cli-v2 #10242

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Date: Fri, 12 Jan 2024 13:24:54 +0000
Subject: [PATCH] This patch is removing exact python version dependency
Expand All @@ -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 = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "e16873a427d42debf013d508de9d60b4e02207ff"
SRCREV = "18033b04e96d7c9dc43fb64b8fc36351b3ef721f"

# version 2.x
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>2\.\d+(\.\d+)+)"
Expand Down
Loading