1
0
forked from pool/python-flake8

Accepting request 204560 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/204560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal 2013-10-25 09:15:52 +00:00 committed by Git OBS Bridge
commit aeec36e7e1
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

View File

@ -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