From 9bd397358f5ada11cc6b8513947996c4d842c8a9a4f2d8317bb33ab20c480410 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 23 Sep 2015 11:35:30 +0000 Subject: [PATCH] Accepting request 333143 from home:tampakrap:branches:devel:languages:python - Remove python-Twisted BuildRequires. It causes a python-cryptography build dependency, which is currently broken on SLE11SP4 due to old OpenSSL version OBS-URL: https://build.opensuse.org/request/show/333143 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=42 --- python-tornado.changes | 6 ++++++ python-tornado.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-tornado.changes b/python-tornado.changes index b12d028..abf22ba 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 23 10:39:53 UTC 2015 - tampakrap@opensuse.org + +- Remove python-Twisted BuildRequires. It causes a python-cryptography build + dependency, which is currently broken on SLE11SP4 due to old OpenSSL version + ------------------------------------------------------------------- Thu Sep 10 19:39:18 UTC 2015 - aboe76@gmail.com diff --git a/python-tornado.spec b/python-tornado.spec index 23c14e3..33306ce 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -25,7 +25,6 @@ License: Apache-2.0 Group: Development/Languages/Python Source: https://pypi.python.org/packages/source/t/tornado/tornado-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python-Twisted BuildRequires: python-backports.ssl_match_hostname BuildRequires: python-devel BuildRequires: python-futures