From db5a2c5bf8cff5d949aa90a2d97f4d104173c62aa52f0b157e7340f81effee73 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 26 Sep 2015 10:57:41 +0000 Subject: [PATCH] Accepting request 333894 from home:TheBlackCat:branches:devel:languages:python python-certifi is a hard dependency, not an optional one. OBS-URL: https://build.opensuse.org/request/show/333894 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=43 --- python-tornado.changes | 5 +++++ python-tornado.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-tornado.changes b/python-tornado.changes index abf22ba..c0d32a6 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 26 10:21:28 UTC 2015 - toddrme2178@gmail.com + +- python-certifi is a hard dependency, not an optional one. + ------------------------------------------------------------------- Wed Sep 23 10:39:53 UTC 2015 - tampakrap@opensuse.org diff --git a/python-tornado.spec b/python-tornado.spec index 33306ce..b960060 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -27,18 +27,19 @@ Source: https://pypi.python.org/packages/source/t/tornado/tornado-%{vers BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-backports.ssl_match_hostname BuildRequires: python-devel +BuildRequires: python-certifi BuildRequires: python-futures BuildRequires: python-pycurl BuildRequires: python-setuptools BuildRequires: python-simplejson Requires: python-backports.ssl_match_hostname +Requires: python-certifi Requires: python-simplejson %if 0%{?suse_version} Recommends: python-futures Recommends: python-pycares Recommends: python-pycurl Recommends: python-Twisted -Recommends: python-certifi Recommends: python-service_identity %endif BuildRequires: fdupes