https://bugzilla.redhat.com/show_bug.cgi?id=1241919



--- Comment #32 from Michel Alexandre Salim <[email protected]> ---
Ah, and one more thing:

in the file listing for the python3 subpackage

%{python3_sitearch}/*

would end up including %{python3_sitearch}/__pycache__ which is already owned
by python3-libs. You want to package everything in that dir but __pycache__
itself, so exclude it using:

%exclude %dir %{python3_sitearch}/__pycache__
%{python3_sitearch}/*

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to