File 0001-Require-pyparsing-2.0.1.patch of Package python-cliff

diff -ruN a/setup.py b/setup.py
--- a/setup.py	2013-09-17 15:34:02.201817935 +0200
+++ b/setup.py	2013-09-17 15:33:51.693994249 +0200
@@ -18,17 +18,9 @@
 install_requires = [
     'PrettyTable>=0.6,<0.8',
     'cmd2>=0.6.4,<0.6.7',
+    'pyparsing>=2.0.1'
 ]
 
-# We need a different version of PyParsing, depending on which version
-# of Python we're using. cmd2 should have this set properly, but until
-# there is a release declare the dependency ourselves.
-# http://trac-hg.assembla.com/python-cmd2/rev/a5f3d5a89d6c
-if sys.version_info[0] < 3:
-    install_requires.append('pyparsing==1.5.7')
-else:
-    install_requires.append('pyparsing>=2.0.0')
-
 try:
     import argparse  # noqa
 except ImportError:
openSUSE Build Service is sponsored by