15
0
forked from pool/python-pmw

Add python_sitelib definition for platforms not defining it (SLE)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pmw?expand=0&rev=3
This commit is contained in:
Sascha Peilicke
2011-08-16 10:54:12 +00:00
committed by Git OBS Bridge
parent 27b187a80a
commit 63b1e8b099

View File

@@ -35,6 +35,7 @@ BuildRequires: fdupes
BuildArch: noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
A toolkit for building high-level compound widgets in Python using the Tkinter