Merge "[Devstack] Use devstack's install_python3 function"

changes/68/642968/4
Zuul 4 years ago committed by Gerrit Code Review
commit cf85192431

@ -4,7 +4,7 @@ TOBIKO_PLUGIN_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
function install_tobiko {
echo_summary "Installing tobiko-plugin"
apt_get install python3-dev
install_python3
setup_dev_lib tobiko
}

Loading…
Cancel
Save