Browse Source

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

vagrant: openindiana updates
TW 7 years ago
parent
commit
23ba8cc696
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -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