Merge "Install client from pip if not in LIBS_FROM_GIT"

This commit is contained in:
Zuul 2018-04-12 19:01:30 +00:00 committed by Gerrit Code Review
commit f315d09e0f

View File

@ -24,6 +24,8 @@ function octaviaclient_install {
if use_library_from_git "python-octaviaclient"; then
git_clone_by_name "python-octaviaclient"
setup_dev_lib "python-octaviaclient"
else
pip_install_gr python-octaviaclient
fi
}