commit:     dcddb9e9fc85889f9b750773bd99600a45a5ab38
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 30 09:53:53 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 10:01:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcddb9e9

app-admin/awscli: Strip upper bounds on requirements

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-admin/awscli/awscli-1.22.15.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-admin/awscli/awscli-1.22.15.ebuild 
b/app-admin/awscli/awscli-1.22.15.ebuild
index d4b09dbaa2ec..85073515ab9a 100644
--- a/app-admin/awscli/awscli-1.22.15.ebuild
+++ b/app-admin/awscli/awscli-1.22.15.ebuild
@@ -35,6 +35,8 @@ src_prepare() {
                -e 's:from botocore[.]vendored import:import:' \
                -e 's:from botocore[.]vendored[.]:from :' \
                {} + || die
+       # strip overzealous upper bounds on requirements
+       sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
        distutils-r1_src_prepare
 }
 

Reply via email to