From 9538f9f1606a3261aca78fa9a313985d0e2fefba4f05c8f639c1f29b4b5b03ca Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:18:00 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testbrowser?expand=0&rev=5 --- python-zope.testbrowser.changes | 5 +++++ python-zope.testbrowser.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-zope.testbrowser.changes b/python-zope.testbrowser.changes index f974bed..9a58738 100644 --- a/python-zope.testbrowser.changes +++ b/python-zope.testbrowser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:17:58 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Mon Mar 25 09:00:12 UTC 2013 - speilicke@suse.com diff --git a/python-zope.testbrowser.spec b/python-zope.testbrowser.spec index d498221..eae25fe 100644 --- a/python-zope.testbrowser.spec +++ b/python-zope.testbrowser.spec @@ -25,7 +25,7 @@ Group: Development/Languages/Python Url: http://pypi.python.org/pypi/zope.testbrowser Source: http://pypi.python.org/packages/source/z/zope.testbrowser/zope.testbrowser-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools # Test requirements: #BuildRequires: python-mechanize #BuildRequires: python-pytz