Comment 3 for bug 1013953

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-keystoneclient (master)

Reviewed: https://review.openstack.org/8742
Committed: http://github.com/openstack/python-keystoneclient/commit/cfb437e72052ab65bc8d3d0748827c65c6d894bb
Submitter: Jenkins
Branch: master

commit cfb437e72052ab65bc8d3d0748827c65c6d894bb
Author: Monty Taylor <email address hidden>
Date: Wed Jun 20 07:46:43 2012 -0700

    Skip argparse when injecting requirements.

    Python 2.7 doesn't need argparse. Although pip installs are fine installing
    it, listing the requirement in install_requires causes havoc for distro
    installs which do not explicitly install argparse for 2.7 as a package.

    Fixes bug 1013953

    Change-Id: I0275d02e15c8fd2e63b88213ac32f6dd18e2fd26