diff --git a/python-cliff.changes b/python-cliff.changes index bbc21df..93bafac 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 18 16:09:58 UTC 2013 - dmueller@suse.com + +- tighten requires on pyparsing + ------------------------------------------------------------------- Wed Mar 13 12:26:50 UTC 2013 - dmueller@suse.com diff --git a/python-cliff.spec b/python-cliff.spec index 23caa0f..5ff39f5 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -41,6 +41,7 @@ BuildRequires: python-pyparsing == 1.5.7 Requires: python-argparse Requires: python-cmd2 == 0.6.4 Requires: python-prettytable >= 0.6 +Requires: python-pyparsing == 1.5.7 Requires: python-tablib %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}