yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #04044
[Bug 1052161] Re: setup.py build fails on Windows due to hardcoded paths
** Changed in: python-novaclient
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1052161
Title:
setup.py build fails on Windows due to hardcoded paths
Status in OpenStack Neutron (virtual network service):
Fix Released
Status in Oslo - a Library of Common OpenStack Code:
Fix Released
Status in oslo grizzly series:
Fix Released
Status in Python client library for Cinder:
Fix Committed
Status in Python client library for Glance:
Fix Released
Status in Python client library for Keystone:
Fix Released
Status in Python client library for Neutron:
Fix Released
Status in Python client library for Nova:
Fix Released
Status in OpenStack Command Line Client:
Fix Released
Status in Python client library for Swift:
Fix Committed
Bug description:
python setup.py build fails on Windows due to the following hardcoded
/bib/sh path in setup.py, line 120:
def _run_shell_command(cmd):
output = subprocess.Popen(["/bin/sh", "-c", cmd],
stdout=subprocess.PIPE)
A possible solution consists in replacing "/bin/sh -c" with "cmd /C"
when os.name == 'nt'
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1052161/+subscriptions