Add back PyYAML provides on F31 and older
There's still packages in the F31 repos that require PyYAML.
This commit is contained in:
parent
6797a272e9
commit
36361a9243
@ -7,7 +7,7 @@
|
||||
|
||||
Name: PyYAML
|
||||
Version: 5.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
%global uversion %{version}
|
||||
Summary: YAML parser and emitter for Python
|
||||
|
||||
@ -51,6 +51,8 @@ Provides: python-yaml = %{version}-%{release}
|
||||
Provides: python-yaml%{?_isa} = %{version}-%{release}
|
||||
Provides: python2-yaml = %{version}-%{release}
|
||||
Provides: python2-yaml%{?_isa} = %{version}-%{release}
|
||||
Provides: PyYAML = %{version}-%{release}
|
||||
Provides: PyYAML%{?_isa} = %{version}-%{release}
|
||||
%{?python_provide:%python_provide python2-pyyaml}
|
||||
|
||||
%description -n python2-pyyaml %_description
|
||||
@ -114,6 +116,9 @@ rm -rf ext/_yaml.c
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 10 2020 Kalev Lember <klember@redhat.com> - 5.3-4
|
||||
- Add back PyYAML provides on F31 and older
|
||||
|
||||
* Mon Mar 2 2020 John Eckersberg <eck@redhat.com> - 5.3-3
|
||||
- Fix python2 on Fedora < 32 (rhbz#1808812)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user