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

2025-01-15_01-36-00_master-next_aws-cli-v2 #11087

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 ce154600de5f9d14a835164e4d0e449a35894d28 Mon Sep 17 00:00:00 2001
From 069bdae9a528bf8de2178279b82385629881b401 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, 14 insertions(+), 22 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 671e41b2a..0f09ad8ed 100644
index e2387f86c..bd8ddaea3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "2f21d651dc9557c6518cc41cd80a5e94fe5390db"
SRCREV = "64bd05500720924c8a22e6cfd3c35ecb0cbac92f"

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