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

11
ignore-cmd2-requires.diff Normal file
View File

@@ -0,0 +1,11 @@
--- setup.py
+++ setup.py
@@ -24,7 +24,7 @@
install_requires = [
'distribute',
'PrettyTable>=0.6,<0.8',
- 'cmd2==0.6.4',
+ 'cmd2>=0.6.4,<0.7',
]
# We need a different version of PyParsing, depending on which version

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 30 08:39:29 UTC 2013 - dmueller@suse.com
- add ignore-cmd2-requires.diff:
loosen cmd2 version requires
-------------------------------------------------------------------
Thu Apr 25 09:06:44 UTC 2013 - dmueller@suse.com

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