From 65559d67ab7db46ca03640d1b78cb9fa67db55976e1b79a5167d34df52b731a2 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:15:49 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testrepository?expand=0&rev=14 --- python-testrepository.changes | 5 +++++ python-testrepository.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-testrepository.changes b/python-testrepository.changes index f8b865d..2cccbbe 100644 --- a/python-testrepository.changes +++ b/python-testrepository.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:15:47 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Fri Jul 19 10:56:40 UTC 2013 - dmueller@suse.com diff --git a/python-testrepository.spec b/python-testrepository.spec index 9478f0a..df6edd4 100644 --- a/python-testrepository.spec +++ b/python-testrepository.spec @@ -25,11 +25,11 @@ Group: Development/Languages/Python Url: https://launchpad.net/testrepository Source: http://pypi.python.org/packages/source/t/testrepository/testrepository-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute BuildRequires: python-extras BuildRequires: python-fixtures BuildRequires: python-python-mimeparse BuildRequires: python-python-subunit +BuildRequires: python-setuptools BuildRequires: python-testtools Requires: python-extras Requires: python-fixtures