From e0d94096d236244d5e3dcde36e9f18aec8a3976c6edf3d57a2b51f80ed5692da Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Fri, 31 Jan 2020 08:45:36 +0000 Subject: [PATCH] - Fix versioning for python3-s3transfer for SLE-12 in Requires OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=78 --- aws-cli.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-cli.spec b/aws-cli.spec index 0ee3fab..732232e 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -55,8 +55,8 @@ Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 Requires: python-rsa <= 3.5.0 Requires: python-rsa >= 3.1.2 -Requires: python-s3transfer < 0.3.0 -Requires: python-s3transfer >= 0.2.0 +Requires: python-s3transfer < 0.4.0 +Requires: python-s3transfer >= 0.3.0 Requires: python-six %endif