Fix ambiguous Python 2 dependency declarations

This commit is contained in:
Iryna Shcherbina 2017-12-11 14:26:09 +01:00
parent 60bf96a9c5
commit fe5c6e1c68

View File

@ -6,14 +6,14 @@
Name: PyYAML
Version: 3.12
Release: 8%{?dist}
Release: 9%{?dist}
Summary: YAML parser and emitter for Python
Group: Development/Libraries
License: MIT
URL: http://pyyaml.org/
Source0: http://pyyaml.org/download/pyyaml/%{name}-%{version}.tar.gz
BuildRequires: python-devel, python-setuptools, libyaml-devel
BuildRequires: python2-devel, python2-setuptools, libyaml-devel
BuildRequires: Cython
BuildRequires: libyaml-devel
%if 0%{?with_python3}
@ -133,6 +133,10 @@ popd
%changelog
* Mon Dec 11 2017 Iryna Shcherbina <ishcherb@redhat.com> - 3.12-9
- Fix ambiguous Python 2 dependency declarations
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Wed Sep 27 2017 Troy Dawson <tdawson@redhat.com> - 3.12-8
- Cleanup spec file conditionals