https://bugzilla.redhat.com/show_bug.cgi?id=894602 --- Comment #7 from Paulo Andrade <paulo.cesar.pereira.de.andrade@xxxxxxxxx> --- You mean the .pyc and .pyo files? Or the .so file? AFAIK .pyc and .pyo are per distribution policies, and Fedora by default installs them (personally I do not like it much because I saw a few packages that distribute only those to "hide" the sources, and usually they do not make much of a difference in load time, major issue is accessing files on disk, "optimizing" or "compiling" them in memory in python is way faster than having the files in kernel file buffers). The .so files are installed in the arch specific directory. But I will wait for some upstream response, because I did just blindly package the python interface, but did a better job testing it after the review :-) and right now it would be useless without PuLP (https://projects.coin-or.org/PuLP) -- 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 package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review