15
0
forked from pool/python-cliff

Accepting request 173927 from devel:languages:python

- add ignore-cmd2-requires.diff: 
  loosen cmd2 version requires (forwarded request 173906 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/173927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2013-05-02 09:33:12 +00:00
committed by Git OBS Bridge
parent 94925e7479
commit a9731ea0f1
3 changed files with 20 additions and 1 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: ignore-cmd2-requires.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-argparse
BuildRequires: python-devel
@@ -38,7 +39,7 @@ BuildRequires: python-pep8
BuildRequires: python-prettytable
BuildRequires: python-pyparsing == 1.5.7
Requires: python-argparse
Requires: python-cmd2 == 0.6.4
Requires: python-cmd2 >= 0.6.4
Requires: python-prettytable >= 0.6
Requires: python-pyparsing == 1.5.7
Requires: python-tablib
@@ -64,6 +65,7 @@ This package contains documentation files for %{name}.
%prep
%setup -q -n cliff-%{version}
%patch0
%build
python setup.py build