From 2f3ac67612409f23710fd2471f5783bc1b91828a61d6e4c45e97b6397cbbb899 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:17:12 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=24 --- python-WebTest.changes | 5 +++++ python-WebTest.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-WebTest.changes b/python-WebTest.changes index 9c3eceb..83312a3 100644 --- a/python-WebTest.changes +++ b/python-WebTest.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:17:10 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Wed Sep 25 16:33:33 UTC 2013 - p.drouand@gmail.com diff --git a/python-WebTest.spec b/python-WebTest.spec index 0976fb2..45c4308 100644 --- a/python-WebTest.spec +++ b/python-WebTest.spec @@ -30,9 +30,9 @@ BuildRequires: python-WSGIProxy2 BuildRequires: python-base BuildRequires: python-beautifulsoup4 BuildRequires: python-cssselect -BuildRequires: python-distribute BuildRequires: python-mock BuildRequires: python-pyquery +BuildRequires: python-setuptools BuildRequires: python-six BuildRequires: python-waitress BuildRequires: unzip