소스 검색

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

vagrant: openindiana updates
TW 7 년 전
부모
커밋
23ba8cc696
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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