Tired of rpmbuild failing due to unpackaged pyc/pyo files?
You have two solutions:
You have two solutions:
- add
%define _unpackaged_files_terminate_build 0
in top of spec file, or - disable
/usr/lib/rpm/brp-python-bytecompile
by adding anexit 0
at the beginning.
Comments