summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-11-30 10:53:53 +0100
committerMichał Górny <mgorny@gentoo.org>2021-11-30 11:01:28 +0100
commitdcddb9e9fc85889f9b750773bd99600a45a5ab38 (patch)
treec892cd4ed96249f0a6d882b49fdd7fedcd6e3d4a /app-admin/awscli
parentdev-python/GitPython: Strip wrong typing-extensions requirement (diff)
downloadgentoo-dcddb9e9fc85889f9b750773bd99600a45a5ab38.tar.gz
gentoo-dcddb9e9fc85889f9b750773bd99600a45a5ab38.tar.bz2
gentoo-dcddb9e9fc85889f9b750773bd99600a45a5ab38.zip
app-admin/awscli: Strip upper bounds on requirements
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin/awscli')
-rw-r--r--app-admin/awscli/awscli-1.22.15.ebuild2
1 files changed, 2 insertions, 0 deletions
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
}