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()")}