Add libyaml to BuildRequires
This commit is contained in:
parent
ffab6384b1
commit
e452fffddc
@ -2,7 +2,7 @@
|
||||
|
||||
Name: PyYAML
|
||||
Version: 3.08
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: YAML parser and emitter for Python
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -11,7 +11,7 @@ URL: http://pyyaml.org/
|
||||
Source0: http://pyyaml.org/download/pyyaml/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: python-devel, python-setuptools
|
||||
BuildRequires: python-devel, python-setuptools, libyaml
|
||||
|
||||
%description
|
||||
YAML is a data serialization format designed for human readability and
|
||||
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 2 2009 John Eckersberg <jeckersb@redhat.com> - 3.08-3
|
||||
- Add libyaml to BuildRequires
|
||||
|
||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.08-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user