Add bindep file.
Change-Id: I355a5590f8aa4e99d21813e41fe86e74bbb37803
This commit is contained in:
parent
ad6cfba955
commit
aeb3fcf677
13
bindep.txt
Normal file
13
bindep.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# This file contains runtime (non-python) dependencies
|
||||
# More info at: https://docs.openstack.org/infra/bindep/readme.html
|
||||
|
||||
libffi-dev [platform:dpkg]
|
||||
libffi-devel [platform:rpm]
|
||||
gcc [platform:rpm]
|
||||
gcc [platform:dpkg]
|
||||
python-dev [platform:dpkg]
|
||||
python-devel [platform:rpm]
|
||||
python3-dev [platform:dpkg]
|
||||
python3-devel [platform:rpm]
|
||||
openssl-devel [platform:rpm]
|
||||
libssl-dev [platform:dpkg]
|
@ -5,7 +5,7 @@ TOBIKO_PLUGIN_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
function install_tobiko {
|
||||
echo_summary "Installing tobiko-plugin"
|
||||
install_python3
|
||||
setup_dev_lib tobiko
|
||||
setup_dev_lib ${TOBIKO_BINDEP} tobiko
|
||||
}
|
||||
|
||||
|
||||
|
@ -13,6 +13,8 @@ TOBIKO_DEBUG=${TOBIKO_DEBUG:-True}
|
||||
TOBIKO_LOG_DIR=${TOBIKO_LOG_DIR:-${LOGDIR:-}}
|
||||
TOBIKO_LOG_FILE=${TOBIKO_LOG_FILE:-tobiko.log}
|
||||
|
||||
TOBIKO_BINDEP=${BINDEP_CMD:+-bindep}
|
||||
|
||||
# --- Glance settings ---
|
||||
TOBIKO_GLANCE_IMAGE_DIR=${TOBIKO_GLANCE_IMAGE_DIR:-}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user