[issue21153] bdist_rpm fails if project contains files with spaces in the names

Jason R. Coombs report at bugs.python.org
Fri Apr 4 12:33:36 CEST 2014


New submission from Jason R. Coombs:

In https://bitbucket.org/pypa/setuptools/issue/178, Eduard reported an issue that setuptools fails to install due to files in its structure with spaces in the filenames. These files have been around for some time (over two years in Distribute), but are now revealing a limitation in bdist_rpm.

The aforementioned ticket demonstrates the issue, and I will be providing a script to replicate the failure shortly.

----------
components: Distutils
messages: 215508
nosy: dstufft, eric.araujo, jason.coombs
priority: normal
severity: normal
status: open
title: bdist_rpm fails if project contains files with spaces in the names
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5

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


More information about the Python-bugs-list mailing list