Comment 5 for bug 1366728

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

Reviewed: https://review.openstack.org/119730
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=242453f99f55f5fb2c348d1cadf0c46da217d788
Submitter: Jenkins
Branch: master

commit 242453f99f55f5fb2c348d1cadf0c46da217d788
Author: Sebastian Kalinowski <email address hidden>
Date: Mon Sep 8 12:50:09 2014 +0200

    Add missing 'six' dependency to nailgun

    Due to the missing entry for 'six' in requirements.txt for nailgun
    in some cases old version of six was used (from other packages) which
    was causes issues with missing features in older version of six.

    Now this dependency has been added.

    Change-Id: Ib44dbd02e6d775ca269460d836d9a2c354513e3b
    Closes-Bug: #1366728