From 8402ac10ee975d8ea9229f59fbf27f449f2bb27c Mon Sep 17 00:00:00 2001 From: DavHau Date: Fri, 12 Jan 2024 07:32:43 +0700 Subject: [PATCH] Update git submodules * Update python-swiftclient from branch 'master' to 45a311fc621324742f6d981a94ab93a3b30422e1 - Remove duplicate script entry leading to broken wheel build The entry_point option already defines the /bin/swift script implicitly. The definition of `scripts=bin/swift` ontop of that leads to a corrupt wheel build and can lead to a collision error during installation: FileExistsError: File already exists: [...]/bin/swift Closes-Bug: #1996959 Change-Id: I17d0c2b02555172eeedaa164aad956691ccb3b0a --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 7e65d10199..45a311fc62 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 7e65d10199be3214f5c7adf66a041fb7264eb07d +Subproject commit 45a311fc621324742f6d981a94ab93a3b30422e1