Skip to content

Commit

Permalink
Merge pull request ceph#326 from ceph/wip-bootstrap-fix
Browse files Browse the repository at this point in the history
Minor fix to Centos 8 bootstrap changes
  • Loading branch information
cbodley authored Nov 25, 2019
2 parents dd44c92 + 6b81418 commit 361f4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 361f4f9

Please sign in to comment.