]> git.pld-linux.org Git - packages/awscli.git/blame - awscli-relax_deps.patch
up to 1.25.2
[packages/awscli.git] / awscli-relax_deps.patch
CommitLineData
f23b7ef8
JP
1diff --color -ur awscli-1.22.21.orig/setup.cfg awscli-1.22.21/setup.cfg
2--- awscli-1.22.21.orig/setup.cfg 2021-12-06 20:07:59.946503200 +0100
3+++ awscli-1.22.21/setup.cfg 2021-12-08 01:22:38.979947800 +0100
4@@ -4,10 +4,10 @@
5 [metadata]
6 requires_dist =
861bb5cb
JP
7 botocore==1.27.2
8- docutils>=0.10,<0.17
f23b7ef8 9+ docutils>=0.10
861bb5cb 10 s3transfer>=0.6.0,<0.7.0
f23b7ef8 11 PyYAML>=3.10,<5.5
106348ac 12- colorama>=0.2.5,<0.4.5
f23b7ef8
JP
13+ colorama>=0.2.5
14 rsa>=3.1.2,<4.8
15
16 [check-manifest]
17diff --color -ur awscli-1.22.21.orig/setup.py awscli-1.22.21/setup.py
18--- awscli-1.22.21.orig/setup.py 2021-12-06 20:07:58.000000000 +0100
19+++ awscli-1.22.21/setup.py 2021-12-08 01:22:34.143310251 +0100
20@@ -25,10 +25,10 @@
21
22 install_requires = [
861bb5cb
JP
23 'botocore==1.27.2',
24- 'docutils>=0.10,<0.17',
f23b7ef8 25+ 'docutils>=0.10',
861bb5cb 26 's3transfer>=0.6.0,<0.7.0',
f23b7ef8 27 'PyYAML>=3.10,<5.5',
106348ac 28- 'colorama>=0.2.5,<0.4.5',
f23b7ef8
JP
29+ 'colorama>=0.2.5',
30 'rsa>=3.1.2,<4.8',
31 ]
32
This page took 0.11852 seconds and 4 git commands to generate.