From 2f00930bde4692ab6028572eb6ac3f7717e4de9bee569a7c7ab107470cd20ea7 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 21 Mar 2012 18:51:56 +0000 Subject: [PATCH] - 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 --- python-tornado.changes | 5 +++++ python-tornado.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-tornado.changes b/python-tornado.changes index 813a96a..b727680 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -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 diff --git a/python-tornado.spec b/python-tornado.spec index 0e39910..fbdb253 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -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()")}