From 477dfdae6b5e2c9c6ac1849f1ef3a6140065fbfdf1c9ad93a084d4fbb58a5127 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 21 Mar 2013 21:11:38 +0000 Subject: [PATCH] Accepting request 160177 from devel:languages:python - tighten requires on pyparsing (forwarded request 159841 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/160177 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=5 --- python-cliff.changes | 5 +++++ python-cliff.spec | 1 + 2 files changed, 6 insertions(+) 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()")}