[New-bugs-announce] [issue9322] bdist_rpm ext_modules absolute source path fail

Dan OD report at bugs.python.org
Wed Jul 21 16:05:30 CEST 2010


New submission from Dan OD <djo35 at cam.ac.uk>:

Setting absolute paths for C source code files in setup.py breaks bdist_rpm

ext_modules=[Extension('foo', [os.path.abspath('src/foo.c')])],

results in bdist_rpm not including src/foo.c in the RPM, however

ext_modules=[Extension('foo', ['src/foo.c'])],

works just fine.

----------
assignee: tarek
components: Distutils
messages: 111058
nosy: indiedan, tarek
priority: normal
severity: normal
status: open
title: bdist_rpm ext_modules absolute source path fail
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list