Accepting request 145904 from devel:languages:python

- Build against libyaml to get the faster module

OBS-URL: https://build.opensuse.org/request/show/145904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyYAML?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2012-12-20 10:09:09 +00:00 committed by Git OBS Bridge
commit 281cbd2093
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 19 16:01:56 UTC 2012 - saschpe@suse.de
- Build against libyaml to get the faster module
-------------------------------------------------------------------
Tue Jan 31 13:15:21 UTC 2012 - saschpe@suse.de

View File

@ -11,10 +11,11 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-PyYAML
Version: 3.10
Release: 0
@ -24,6 +25,7 @@ License: MIT
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libyaml-devel
BuildRequires: python-devel
BuildRequires: python-nose
Provides: python-yaml = %{version}