Autobuild autoformatter for 65634

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ply?expand=0&rev=11
This commit is contained in:
Marcus Rückert 2011-03-31 13:54:06 +00:00 committed by Git OBS Bridge
parent 1f119d5988
commit 9cd020bf0a

View File

@ -11,11 +11,12 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@ -23,7 +24,7 @@
Name: python-%{mod_name}
Version: 3.4
Release: 0
Release: 1
Url: http://www.dabeaz.com/ply/
Summary: Python Lex & Yacc
License: BSD3c