Commit ff88c815 by Evgeni Golov Committed by Stéphane Graber

use python3_sitearch for including the python code

Closes: #502 Signed-off-by: 's avatarEvgeni Golov <evgeni@debian.org>
parent ff074c81
......@@ -268,9 +268,6 @@ fi
%{_sbindir}/*
%{_libdir}/*.so.*
%{_libdir}/%{name}
%if %{with_python}
%{_libdir}/python*
%endif
%{_localstatedir}/*
%{_libexecdir}/%{name}
%attr(4111,root,root) %{_libexecdir}/%{name}/lxc-user-nic
......@@ -280,8 +277,7 @@ fi
%endif
%if %{with_python}
%{_libdir}/python3.3/site-packages/_lxc*
%{_libdir}/python3.3/site-packages/lxc/*
%{python3_sitearch}/*
%endif
%if %{with_lua}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment