Accepting request 443683 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/443683 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyparsing?expand=0&rev=24
This commit is contained in:
commit
7a02df6f31
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user