15
0

- Update requires on python-curl to python-pycurl

- Simplify macro usage

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=14
This commit is contained in:
Sascha Peilicke
2012-03-21 18:51:56 +00:00
committed by Git OBS Bridge
parent 0edaf68b8d
commit 2f00930bde
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 21 18:51:00 UTC 2012 - saschpe@gmx.de
- Update requires on python-curl to python-pycurl
-------------------------------------------------------------------
Mon Mar 12 21:38:08 UTC 2012 - saschpe@gmx.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-tornado
Version: 2.2
Release: 0
@@ -25,7 +26,7 @@ Group: Development/Languages/Python
Source: http://github.com/downloads/facebook/tornado/tornado-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
Requires: python-curl
Requires: python-pycurl
Requires: python-simplejson
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}