Merge pull request #3276 from ThomasWaldmann/vagrant-oi-updates

vagrant: openindiana updates
This commit is contained in:
TW 2017-11-04 22:02:01 +01:00 committed by GitHub
commit 23ba8cc696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -151,7 +151,7 @@ end
def packages_openindiana
return <<-EOF
#pkg update # XXX needs separate provisioning step + reboot
pkg install python-34 clang-3.4 lz4 git
pkg install python-34 clang-40 lz4 git
python3 -m ensurepip
pip3 install -U setuptools pip wheel virtualenv
EOF