From a4c990970046fb26f8df9965349d723a5d17337a Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 7 Jul 2016 17:45:42 +0200 Subject: [PATCH] Vagrantfile: add xz for redhat-like dists It was missing on centos6 and then pyenv fails to install the pythons. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 9741bbb3d..e97289306 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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