[New-bugs-announce] [issue13307] test_bdist_rpm: INSTALLED_FILES does not use __pycache__

Stefan Krah report at bugs.python.org
Mon Oct 31 23:38:37 CET 2011


New submission from Stefan Krah <stefan-usenet at bytereef.org>:

The failures seen on the Fedora buildbot are caused by the fact that
INSTALLED_FILES does not use __pycache__:

[stefan at 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.

----------
components: Tests
messages: 146748
nosy: eric.araujo, skrah
priority: normal
severity: normal
status: open
title: test_bdist_rpm: INSTALLED_FILES does not use __pycache__
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13307>
_______________________________________


More information about the New-bugs-announce mailing list