- 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
This commit is contained in:
Sascha Peilicke 2013-10-24 11:05:45 +00:00 committed by Git OBS Bridge
parent 5c5a1aefd2
commit fff3a743bd
2 changed files with 6 additions and 1 deletions

View File

@ -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 Wed Apr 24 08:57:24 UTC 2013 - speilicke@suse.com

View File

@ -25,7 +25,7 @@ Group: Development/Languages/Python
Url: http://bitbucket.org/tarek/flake8 Url: http://bitbucket.org/tarek/flake8
Source: http://pypi.python.org/packages/source/f/flake8/flake8-%{version}.tar.gz Source: http://pypi.python.org/packages/source/f/flake8/flake8-%{version}.tar.gz
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-distribute BuildRequires: python-setuptools
# Test requirements: # Test requirements:
BuildRequires: python-mccabe >= 0.2 BuildRequires: python-mccabe >= 0.2
BuildRequires: python-nose BuildRequires: python-nose