From fff3a743bd44ea73401f6eebf86b58f74d422f3742e6f96f4880209ba1832b10 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:05:45 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=8 --- python-flake8.changes | 5 +++++ python-flake8.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-flake8.changes b/python-flake8.changes index 9d23349..2319146 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:05:43 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Wed Apr 24 08:57:24 UTC 2013 - speilicke@suse.com diff --git a/python-flake8.spec b/python-flake8.spec index 17654a0..1690c49 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -25,7 +25,7 @@ Group: Development/Languages/Python Url: http://bitbucket.org/tarek/flake8 Source: http://pypi.python.org/packages/source/f/flake8/flake8-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools # Test requirements: BuildRequires: python-mccabe >= 0.2 BuildRequires: python-nose