From fe5c6e1c6812bf1c03e2d1e5e165cc435161087d Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 11 Dec 2017 14:26:09 +0100 Subject: [PATCH] Fix ambiguous Python 2 dependency declarations --- PyYAML.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/PyYAML.spec b/PyYAML.spec index 5f69a27..6c8054e 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -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 - 3.12-9 +- Fix ambiguous Python 2 dependency declarations + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Sep 27 2017 Troy Dawson - 3.12-8 - Cleanup spec file conditionals