15
0
forked from pool/python-cliff

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
This commit is contained in:
Stephan Kulow
2013-03-21 21:11:38 +00:00
committed by Git OBS Bridge
parent c12b6d89ca
commit 477dfdae6b
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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()")}