app-admin/awscli: Strip upper bounds on requirements

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-11-30 10:53:53 +01:00
parent 4af18f3fc8
commit dcddb9e9fc

View File

@@ -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
}