15
0
forked from pool/python-cliff

Accepting request 222179 from devel:languages:python

- add 0001-Move-pep8-dependency-into-pep8-tox-test.patch: remove global pep8 dependency (forwarded request 222173 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/222179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=17
This commit is contained in:
Stephan Kulow
2014-02-26 05:55:05 +00:00
committed by Git OBS Bridge
parent 0f8251c6d4
commit 9fda144637
3 changed files with 47 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/c/cliff/cliff-%{version}.tar.gz
Patch0: remove-distribute-dep.patch
Patch1: 0001-Fix-doc-build-with-Python-2.6.x.patch
Patch2: 0001-Move-pep8-dependency-into-pep8-tox-test.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-argparse
BuildRequires: python-devel
@@ -38,7 +39,6 @@ BuildRequires: python-coverage
BuildRequires: python-mock >= 1.0.1
BuildRequires: python-nose
BuildRequires: python-pbr
BuildRequires: python-pep8
BuildRequires: python-pyparsing >= 2.0.1
BuildRequires: python-six
BuildRequires: python-stevedore
@@ -74,6 +74,7 @@ This package contains documentation files for %{name}.
%setup -q -n cliff-%{version}
%patch0
%patch1 -p1
%patch2 -p1
%build
python setup.py build