Browse Source

Vagrantfile: add xz for redhat-like dists

It was missing on centos6 and then pyenv fails to install the pythons.
Thomas Waldmann 9 years ago
parent
commit
a4c9909700
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -42,7 +42,7 @@ def packages_redhatted
     # needed to compile msgpack-python (otherwise it will use slow fallback code):
     # needed to compile msgpack-python (otherwise it will use slow fallback code):
     yum install -y gcc-c++
     yum install -y gcc-c++
     # for building python:
     # 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
     #yum install -y python-pip
     #pip install virtualenv
     #pip install virtualenv
     touch ~vagrant/.bash_profile ; chown vagrant ~vagrant/.bash_profile
     touch ~vagrant/.bash_profile ; chown vagrant ~vagrant/.bash_profile