Merge "adding change discovery tool to run and display merged patches from the runnin...
[releng/builder.git] / packer / provision / java-builder.sh
index 095f1e38450cb2e2379fe550b978a6c3941576b3..653012b63120a7a463d506af3651c6125c046caf 100644 (file)
@@ -8,6 +8,10 @@ yum install -y @development perl-{Digest-SHA,ExtUtils-MakeMaker} \
     ant {boost,gtest,json-c,libcurl,libxml2,libvirt,openssl}-devel \
     {readline,unixODBC}-devel yum-utils
 
+#Install python3 and dependencies
+yum install -y python34
+yum install -y python34-{devel,virtualenv,setuptools,pip}
+
 # Install python dependencies
 yum install -y python-{devel,virtualenv,setuptools,pip}
 
@@ -36,7 +40,7 @@ rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E032808
 #Added the mono tools repository
 yum-config-manager -y --add-repo http://download.mono-project.com/repo/centos/
 #install the mono toolchain and nuget
-yum -y install mono-complete-4.2.3.4 nuget-2.8.7+md510+dhx1
+yum -y install mono-complete nuget
 #end changes for vsemprovider in VTN
 
 # The following installs hashicorp's packer binary which is required  for