Revert "Add Provides for python-yaml (BZ#740390)"
This reverts commit 927b2d9c90.
This commit is contained in:
parent
8b93a0f296
commit
4e53c52640
1 changed files with 1 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Name: PyYAML
|
||||
Version: 3.10
|
||||
Release: 3%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: YAML parser and emitter for Python
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -15,8 +15,6 @@ URL: http://pyyaml.org/
|
|||
Source0: http://pyyaml.org/download/pyyaml/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
BuildRequires: python-devel, python-setuptools, libyaml-devel
|
||||
Provides: python-yaml = %{version}-%{release}
|
||||
Provides: python-yaml = %{version}-%{release}%{?_isa}
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
|
@ -104,9 +102,6 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 27 2012 John Eckersberg <jeckersb@redhat.com> - 3.10-3
|
||||
- Add Provides for python-yaml (BZ#740390)
|
||||
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue