Merge "adding change discovery tool to run and display merged patches from the runnin...
[releng/builder.git] / packer / provision / java-builder.sh
index c039e5976a223a6f0e3334eec3a75ac8fdffe453..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}