1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-22 14:11:27 +00:00

Vagrantfile: add xz for redhat-like dists

It was missing on centos6 and then pyenv fails to install the pythons.
This commit is contained in:
Thomas Waldmann 2016-07-07 17:45:42 +02:00
parent 3218c5945a
commit a4c9909700

2
Vagrantfile vendored
View file

@ -42,7 +42,7 @@ def packages_redhatted
# needed to compile msgpack-python (otherwise it will use slow fallback code):
yum install -y gcc-c++
# for building python:
yum install -y zlib-devel bzip2-devel ncurses-devel readline-devel xz-devel sqlite-devel
yum install -y zlib-devel bzip2-devel ncurses-devel readline-devel xz xz-devel sqlite-devel
#yum install -y python-pip
#pip install virtualenv
touch ~vagrant/.bash_profile ; chown vagrant ~vagrant/.bash_profile