]> git.pld-linux.org Git - packages/awscli.git/blame - awscli-relax_deps.patch
- updated to 1.25.97
[packages/awscli.git] / awscli-relax_deps.patch
CommitLineData
a214f245
JB
1--- awscli-1.25.97/setup.cfg.orig 2023-10-22 20:27:04.655307574 +0200
2+++ awscli-1.25.97/setup.cfg 2023-10-22 20:36:03.419055507 +0200
3@@ -4,10 +4,10 @@ universal = 0
f23b7ef8
JP
4 [metadata]
5 requires_dist =
a214f245 6 botocore==1.27.96
861bb5cb 7- docutils>=0.10,<0.17
f23b7ef8 8+ docutils>=0.10
861bb5cb 9 s3transfer>=0.6.0,<0.7.0
f23b7ef8 10 PyYAML>=3.10,<5.5
106348ac 11- colorama>=0.2.5,<0.4.5
f23b7ef8
JP
12+ colorama>=0.2.5
13 rsa>=3.1.2,<4.8
14
15 [check-manifest]
a214f245
JB
16--- awscli-1.25.97/setup.py.orig 2023-10-22 20:27:04.658640889 +0200
17+++ awscli-1.25.97/setup.py 2023-10-22 20:36:33.962223374 +0200
18@@ -25,10 +25,10 @@ def find_version(*file_paths):
f23b7ef8
JP
19
20 install_requires = [
a214f245 21 'botocore==1.27.96',
861bb5cb 22- 'docutils>=0.10,<0.17',
f23b7ef8 23+ 'docutils>=0.10',
861bb5cb 24 's3transfer>=0.6.0,<0.7.0',
f23b7ef8 25 'PyYAML>=3.10,<5.5',
106348ac 26- 'colorama>=0.2.5,<0.4.5',
f23b7ef8
JP
27+ 'colorama>=0.2.5',
28 'rsa>=3.1.2,<4.8',
29 ]
30
This page took 0.076413 seconds and 4 git commands to generate.