mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-01 04:37:34 +00:00
Merge pull request #3276 from ThomasWaldmann/vagrant-oi-updates
vagrant: openindiana updates
This commit is contained in:
commit
23ba8cc696
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue