From f2b4607e56164c0d29660aab252f45e96003debcd456dc4f272b14086410eba8 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Fri, 31 Jan 2020 08:43:35 +0000 Subject: [PATCH] - Fix versioning for python3-s3transfer in Requires OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=77 --- aws-cli.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-cli.spec b/aws-cli.spec index 39cab0b..0ee3fab 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -40,8 +40,8 @@ Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 Requires: python3-rsa < 5.0.0 Requires: python3-rsa >= 3.1.2 -Requires: python3-s3transfer < 0.3.0 -Requires: python3-s3transfer >= 0.2.0 +Requires: python3-s3transfer < 0.4.0 +Requires: python3-s3transfer >= 0.3.0 Requires: python3-six %else BuildRequires: python-devel