Skip to content

Commit

Permalink
use python3_sitearch for including the python code
Browse files Browse the repository at this point in the history
Closes: #502
Signed-off-by: Evgeni Golov <evgeni@debian.org>
  • Loading branch information
evgeni committed Oct 29, 2016
1 parent ca1faa6 commit 73bf276
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lxc.spec.in
Expand Up @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit 73bf276

Please sign in to comment.