diff --git a/python-tornado.changes b/python-tornado.changes index ca60376..24abc7d 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 20 13:05:18 UTC 2014 - toddrme2178@gmail.com + +- Update dependencies + ------------------------------------------------------------------- Sun May 11 14:00:00 UTC 2014 - andrea@opensuse.org diff --git a/python-tornado.spec b/python-tornado.spec index 8700a96..1e8b131 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,7 +1,7 @@ # # spec file for package python-tornado # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,8 +25,17 @@ Group: Development/Languages/Python Source: https://pypi.python.org/packages/source/t/tornado/tornado-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -Requires: python-pycurl +BuildRequires: python-backports.ssl_match_hostname +BuildRequires: python-futures +BuildRequires: python-pycurl +BuildRequires: python-simplejson +Requires: python-backports.ssl_match_hostname Requires: python-simplejson +Recommends: python-futures +Recommends: python-Monotime +Recommends: python-pycares +Recommends: python-pycurl +Recommends: python-Twisted BuildRequires: fdupes %if 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True);")}