Merge pull request #326 from ceph/wip-bootstrap-fix

Minor fix to Centos 8 bootstrap changes
This commit is contained in:
Casey Bodley 2019-11-25 11:49:25 -05:00 committed by GitHub
commit 361f4f9a66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)