From 8f3858c7c2d0fdf007746ee1aae62fb7557884e9d7b94d6da52d92ebc153900a Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:17:33 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WTForms?expand=0&rev=4 --- python-WTForms.changes | 5 +++++ python-WTForms.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-WTForms.changes b/python-WTForms.changes index a1573d8..52593c8 100644 --- a/python-WTForms.changes +++ b/python-WTForms.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:17:32 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Sun Apr 14 15:08:35 UTC 2013 - p.drouand@gmail.com diff --git a/python-WTForms.spec b/python-WTForms.spec index c568b29..5a5f3a9 100644 --- a/python-WTForms.spec +++ b/python-WTForms.spec @@ -11,10 +11,11 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-WTForms Version: 1.0.3 Release: 0 @@ -25,7 +26,7 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/W/WTForms/WTForms-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRequires: unzip %if 0%{?suse_version} %py_requires