mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +00:00
Minor fix to Centos 8 bootstrap changes
Signed-off-by: Ali Maredia <amaredia@redhat.com>
This commit is contained in:
parent
2bd8af524c
commit
6b814189e0
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
set -e
|
||||
|
||||
virtualenv="virtualenv"
|
||||
declare -a packages
|
||||
packages=(which)
|
||||
if [ -f /etc/debian_version ]; then
|
||||
packages+=(python-pip python-virtualenv python-dev libevent-dev libffi-dev libxml2-dev libxslt-dev zlib1g-dev)
|
||||
|
|
Loading…
Reference in a new issue