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 skrah
Recipients eric.araujo, skrah
Date 2011-10-31.22:38:36
SpamBayes Score 0.0030849895
Marked as misclassified No
Message-id <1320100717.66.0.765161985418.issue13307@psf.upfronthosting.co.za>
In-reply-to
Content
The failures seen on the Fedora buildbot are caused by the fact that
INSTALLED_FILES does not use __pycache__:

[stefan@fedora-14-i386 foo]$ cat build/bdist.linux-i686/rpm/BUILD/foo-0.1/INSTALLED_FILES
/usr/local/lib/python3.3/site-packages/foo.py
/usr/local/lib/python3.3/site-packages/foo.pyc
/usr/local/lib/python3.3/site-packages/foo.pyo
/usr/local/lib/python3.3/site-packages/foo-0.1-py3.3.egg-info



I'm not familiar with rpm, so I've no clue at which point this
file is generated.
History
Date User Action Args
2011-10-31 22:38:37skrahsetrecipients: + skrah, eric.araujo
2011-10-31 22:38:37skrahsetmessageid: <1320100717.66.0.765161985418.issue13307@psf.upfronthosting.co.za>
2011-10-31 22:38:37skrahlinkissue13307 messages
2011-10-31 22:38:36skrahcreate