15
0
forked from pool/python-cliff

Accepting request 198230 from devel:languages:python

- add relax-cmd2-requires.diff: Allow 0.6.6.1 or newer (forwarded request 197970 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/198230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2013-09-11 11:07:22 +00:00
committed by Git OBS Bridge
parent ad217df2b1
commit f0b2c34307
3 changed files with 29 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ Summary: Command Line Interface Formulation Framework
License: Apache-2.0
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/c/cliff/cliff-%{version}.tar.gz
Patch0: relax-cmd2-requires.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-argparse
BuildRequires: python-devel
@@ -64,6 +65,7 @@ This package contains documentation files for %{name}.
%prep
%setup -q -n cliff-%{version}
%patch0
%build
python setup.py build