[Bug 1241919] Review Request: python-line_profiler - Line-by-line profiler for Python.

bugzilla at redhat.com bugzilla at redhat.com
Sat Jul 25 08:35:56 UTC 2015


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



--- Comment #32 from Michel Alexandre Salim <michel at michel-slm.name> ---
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


More information about the package-review mailing list