From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9DC41584AD for ; Sat, 12 Apr 2025 04:54:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 771A134385F for ; Sat, 12 Apr 2025 04:54:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5C3EE1104C7; Sat, 12 Apr 2025 04:54:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4EA081104C7 for ; Sat, 12 Apr 2025 04:54:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D0ED34385A for ; Sat, 12 Apr 2025 04:54:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39524288A for ; Sat, 12 Apr 2025 04:54:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1744433524.29796026d4146426657d11781352c44012d2d9e9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/awscli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/awscli/awscli-1.38.33.ebuild X-VCS-Directories: app-admin/awscli/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 29796026d4146426657d11781352c44012d2d9e9 X-VCS-Branch: master Date: Sat, 12 Apr 2025 04:54:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 69bb8ea7-0798-4b9e-a12f-9a40e8c7ebeb X-Archives-Hash: cb9ffde2cae175302db85b85ee78c74b commit: 29796026d4146426657d11781352c44012d2d9e9 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 12 04:52:04 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 12 04:52:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29796026 app-admin/awscli: Fix unpinning dependencies Signed-off-by: Michał Górny gentoo.org> app-admin/awscli/awscli-1.38.33.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/awscli/awscli-1.38.33.ebuild b/app-admin/awscli/awscli-1.38.33.ebuild index d0916b483262..090dfac23a73 100644 --- a/app-admin/awscli/awscli-1.38.33.ebuild +++ b/app-admin/awscli/awscli-1.38.33.ebuild @@ -52,7 +52,7 @@ src_prepare() { -e 's:from botocore[.]vendored[.]:from :' \ {} + || die # strip overzealous upper bounds on requirements - sed -i -e 's:,<=[0-9.]*::' -e 's:==:>=:' setup.py || die + sed -i -e 's:,<[=0-9.]*::' -e 's:==:>=:' setup.py || die distutils-r1_src_prepare }