15
0
forked from pool/python-cliff

Accepting request 174287 from devel:languages:python

- add 0001-Restore-compatibility-with-Prettytable-0.7.2.patch (forwarded request 174280 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/174287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2013-05-02 13:56:06 +00:00
committed by Git OBS Bridge
parent a9731ea0f1
commit f1ad881443
3 changed files with 46 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ License: Apache-2.0
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/c/cliff/cliff-%{version}.tar.gz
Patch0: ignore-cmd2-requires.diff
Patch1: 0001-Restore-compatibility-with-Prettytable-0.7.2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-argparse
BuildRequires: python-devel
@@ -66,6 +67,7 @@ This package contains documentation files for %{name}.
%prep
%setup -q -n cliff-%{version}
%patch0
%patch1 -p1
%build
python setup.py build