This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients ebfe, forest, jbaker, kiilerix, loewis, nshmyrev, pitrou, tarek, twegener
Date 2009-02-28.10:35:20
SpamBayes Score 5.941835e-06
Marked as misclassified No
Message-id <1235817322.99.0.960900062438.issue1533164@psf.upfronthosting.co.za>
In-reply-to
Content
See comment 1 in

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

It might be that this patch still doesn't solve the problem, namely if
there are non-library .py files in the distribution. They get compiled
by brp-python-bytecompile, but the byte code files are not listed.

Apparently, the solution is to either %define
_unpackaged_files_terminate_build 0, or redefine %__os_install_post (to
what value?). Not sure which one is better.
History
Date User Action Args
2009-02-28 10:35:23loewissetrecipients: + loewis, twegener, nshmyrev, pitrou, forest, tarek, kiilerix, ebfe, jbaker
2009-02-28 10:35:22loewissetmessageid: <1235817322.99.0.960900062438.issue1533164@psf.upfronthosting.co.za>
2009-02-28 10:35:21loewislinkissue1533164 messages
2009-02-28 10:35:20loewiscreate