summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorC.J. Collier <cjcollier@linuxfoundation.org>2016-04-20 20:02:47 +0000
committerGerrit Code Review <gerrit@fd.io>2016-04-20 20:02:47 +0000
commit1dc3a2e512f838cf65b1cf5a05b819d850aa68cf (patch)
treeaf03b5fd4041fd5da0cd9c5de3ab0579746d8081
parentd96ab3e5e1bee3f341b30df853a3159c4d13ce53 (diff)
parent494f22e4be62de08de2f5aa542e6ba06d4d41b36 (diff)
Merge "Added python3-dev dependency to support Python API bindings."
-rw-r--r--vagrant/basebuild/bootstrap.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/vagrant/basebuild/bootstrap.sh b/vagrant/basebuild/bootstrap.sh
index 649a47f65..1398925a0 100644
--- a/vagrant/basebuild/bootstrap.sh
+++ b/vagrant/basebuild/bootstrap.sh
@@ -38,7 +38,7 @@ ubuntu_systems() {
mount /mnt/huge
# Install virtualenv for test execution
- apt-get install -y --force-yes python-virtualenv python-pip python-dev
+ apt-get install -y --force-yes python-virtualenv python-pip python-dev python3-dev
}
rh_systems() {
@@ -50,6 +50,9 @@ rh_systems() {
# Install jdk and maven
yum install -y java-1.8.0-openjdk-devel
+ # Install python development
+ yum install -y python34-devel
+
# Install EPEL
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm