Todd R 2012-04-26 15:01:20 +00:00 committed by Git OBS Bridge
parent ccc7953df7
commit 5733a57986

View File

@ -30,7 +30,7 @@ Requires: python3-base
Requires: python(abi) = %{py3_ver}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?python_sitearch: %global python3_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%endif
%description