Skip to content
Snippets Groups Projects
Commit 1a9a5f90b025 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

[pkg/centos] Include site-packages files as expected

First stop removing them (was done for legacy cube) then register them.
parent 4c7e9c37ea8f
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,6 @@
%install
%{__python} setup.py --quiet install --no-compile --prefix=%{_prefix} --root="$RPM_BUILD_ROOT"
# remove generated .egg-info file
rm -rf $RPM_BUILD_ROOT/usr/lib/python*
%clean
......@@ -44,3 +42,4 @@
%files
%defattr(-, root, root)
%{_python_sitelib}/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment