From 061cc9a0edb2ee20b37d8b81658c1d0c2f03ca4d5b5c9aa3cfd765532011bc2c Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 6 Sep 2012 13:14:51 +0000 Subject: [PATCH] Accepting request 132978 from devel:languages:python Restore BuildRequires: python3 This package depends on hash algorithms that are only available if python3 is installed, python3-devel will not pull them in. Building will fail if BuildRequires: python3 is removed. OBS-URL: https://build.opensuse.org/request/show/132978 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=22 --- python3-tornado.changes | 8 ++++++++ python3-tornado.spec | 1 + 2 files changed, 9 insertions(+) diff --git a/python3-tornado.changes b/python3-tornado.changes index ebc71b5..cc1595a 100644 --- a/python3-tornado.changes +++ b/python3-tornado.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 6 13:05:51 UTC 2012 - toddrme2178@gmail.com + +- Restore BuildRequires: python3 This package depends on hash + algorithms that are only available if python3 is installed, + python3-devel will not pull them in. Building will fail if + BuildRequires: python3 is removed. + ------------------------------------------------------------------- Wed Sep 5 03:55:50 UTC 2012 - alexandre@exatati.com.br diff --git a/python3-tornado.spec b/python3-tornado.spec index 4661595..a977e31 100644 --- a/python3-tornado.spec +++ b/python3-tornado.spec @@ -25,6 +25,7 @@ License: Apache-2.0 Group: Development/Languages/Python Source: %{modname}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-2to3 BuildRequires: python3-distribute