Comment 19 for bug 1820892

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

Reviewed: https://review.openstack.org/649096
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=e03bcb2c8b8f1ee1cbef579454a30776e43175b3
Submitter: Zuul
Branch: master

commit e03bcb2c8b8f1ee1cbef579454a30776e43175b3
Author: Matt Riedemann <email address hidden>
Date: Mon Apr 1 12:19:45 2019 -0400

    Remove crusty old python 3 package version logic

    If we are running with python3, just assume that any
    package that is not blacklisted is available for py3
    and just attempt to install it and let pip sort it out
    whether it gets installed from a local or remote package.

    Change-Id: Ic05d183e489320f6dfc721575d47e7e4d661f87c
    Closes-Bug: #1820892