Commit 73bf2763 by Evgeni Golov

use python3_sitearch for including the python code

Closes: #502 Signed-off-by: 's avatarEvgeni Golov <evgeni@debian.org>
parent ca1faa68
......@@ -269,9 +269,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
......@@ -281,8 +278,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