Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468222 - dev-python/python-novaclient fails to build with python2.5
Summary: dev-python/python-novaclient fails to build with python2.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-02 01:28 UTC by Mike Gilbert
Modified: 2013-05-03 22:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2013-05-02 01:28:20 UTC
Matt: I figured I would check with you before I drop python2_5 from this and all of the reverse dependencies.


 * python2_5: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python2.5 setup.py build --build-base /tmp/portage/dev-python/python-novaclient-2.13.0/work/python-novaclient-2.13.0-python2_5 --build-platlib /tmp/portage/dev-python/python-novaclient-2.13.0/work/python-novaclient-2.13.0-python2_5/lib --build-purelib /tmp/portage/dev-python/python-novaclient-2.13.0/work/python-novaclient-2.13.0-python2_5/lib --build-scripts /tmp/portage/dev-python/python-novaclient-2.13.0/work/python-novaclient-2.13.0-python2_5/scripts
/tmp/portage/dev-python/python-novaclient-2.13.0/work/python-novaclient-2.13.0/novaclient/openstack/common/setup.py:35: Warning: 'with' will become a reserved keyword in Python 2.6
Traceback (most recent call last):
  File "setup.py", line 19, in <module>
    from novaclient.openstack.common import setup
  File "/tmp/portage/dev-python/python-novaclient-2.13.0/work/python-novaclient-2.13.0/novaclient/openstack/common/setup.py", line 35
    with open(mailmap, 'r') as fp:
            ^
SyntaxError: invalid syntax