Allow pyyaml 5.4.1
This commit is contained in:
parent
fd0b09eb0b
commit
68ff816261
@ -1,6 +1,6 @@
|
||||
Name: awscli
|
||||
Version: 1.18.219
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
License: ASL 2.0 and MIT
|
||||
@ -39,6 +39,10 @@ sed -i s/4.5.0/4.7/g setup.cfg
|
||||
sed -i s/\<0.4.4/\<=0.4.4/g setup.py
|
||||
sed -i s/\<0.4.4/\<=0.4.4/g setup.cfg
|
||||
|
||||
# https://github.com/aws/aws-cli/issues/5893
|
||||
sed -i s/\<5.4/\<=5.4.1/g setup.py
|
||||
sed -i s/\<5.4/\<=5.4.1/g setup.cfg
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
@ -65,6 +69,9 @@ install -Dpm0644 bin/aws_zsh_completer.sh \
|
||||
%{_datadir}/zsh/site-functions/_awscli
|
||||
|
||||
%changelog
|
||||
* Sun Jan 24 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.18.219-2
|
||||
- Allow pyyaml 5.4.1
|
||||
|
||||
* Fri Jan 22 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.18.219-1
|
||||
- 1.18.219
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user