Hello. On 11/18/2013 11:34, Aurélien Larcher wrote:
After looking for a solution I came across the following solution to indicate not to seek a .pyc file: file path=usr/lib/Modules/$(COMPONENT_VERSION)/init/python.py pkg.tmp.autopyc=false Is it correct or is there a preferred way to achieve that ? Best regards,
Yes, usually you have two options: make package generate *.pyc files or set this option. Sometimes package just is not supposed to do it. In this case autopyc=false is a solution.
-- Best regards, Alexander Pyhalov, system administrator of Computer Center of Southern Federal University _______________________________________________ oi-dev mailing list [email protected] http://openindiana.org/mailman/listinfo/oi-dev
