Comment 4 for bug 1536462

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

Reviewed: https://review.openstack.org/273782
Committed: https://git.openstack.org/cgit/openstack/diskimage-builder/commit/?id=c6ef183975045609e361b854edd5dcf8e1c8da37
Submitter: Jenkins
Branch: master

commit c6ef183975045609e361b854edd5dcf8e1c8da37
Author: Matthew Thode <email address hidden>
Date: Thu Jan 28 16:07:01 2016 -0600

    Fix package-installs for python3

    subprocess.check_call() returns a byte-string which needs to be turned
    into a unicode string for python3 compatability.

    Also some minor refactoring while we're here.

    Closes-Bug: 1536462
    Change-Id: Icd957bc4d93ccad94b1246ad62e6e02ee14d9ca5