Accepting request 443222 from home:TheBlackCat:branches:devel:languages:python

Fix SLE 11 build

OBS-URL: https://build.opensuse.org/request/show/443222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=34
This commit is contained in:
Thomas Bechtold 2016-12-04 08:34:25 +00:00 committed by Git OBS Bridge
parent ce7b66256c
commit 93393581fd
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 2 16:32:17 UTC 2016 - toddrme2178@gmail.com
- Fix SLE 11 build.
-------------------------------------------------------------------
Tue Nov 1 19:46:14 UTC 2016 - toddrme2178@gmail.com

View File

@ -31,7 +31,11 @@ BuildRequires: python-setuptools
Requires: python
Provides: python-parsing = %{version}
Obsoletes: python-parsing < %{version}
%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()")}
%else
BuildArch: noarch
%endif
%description
The pyparsing module is an alternative approach to creating and executing