From f05b98419c524cd3ebab05f0530539046cc5268cf12ee1dd6513c4518b8fcdb3 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 20 May 2014 13:50:37 +0000 Subject: [PATCH] Accepting request 234859 from home:TheBlackCat:branches:devel:languages:python Update dependencies python-backports.ssl_match_hostname is a critical dependency, tornado will not work without it on python 2.x. OBS-URL: https://build.opensuse.org/request/show/234859 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=32 --- python-tornado.changes | 5 +++++ python-tornado.spec | 13 +++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) 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);")}