- Be less strict with the version requirements for YAML

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=42
This commit is contained in:
Robert Schweikert 2018-08-12 12:27:44 +00:00 committed by Git OBS Bridge
parent 54f3e272c1
commit 848f87b835

View File

@ -27,7 +27,7 @@ Source0: %{name}-%{version}.tar.gz
Patch0: hide_py_pckgmgmt.patch Patch0: hide_py_pckgmgmt.patch
%if 0%{?suse_version} && 0%{?suse_version} > 1315 %if 0%{?suse_version} && 0%{?suse_version} > 1315
Requires: python3 Requires: python3
Requires: python3-PyYAML <= 3.13 Requires: python3-PyYAML <= 4.0
Requires: python3-PyYAML >= 3.10 Requires: python3-PyYAML >= 3.10
Requires: python3-botocore >= 1.10.62 Requires: python3-botocore >= 1.10.62
Requires: python3-colorama <= 0.3.9 Requires: python3-colorama <= 0.3.9