Added python3-dev dependency to support Python API bindings. 74/774/5
authorOle Troan <ot@cisco.com>
Wed, 13 Apr 2016 11:51:04 +0000 (13:51 +0200)
committerC.J. Collier <cjcollier@linuxfoundation.org>
Wed, 20 Apr 2016 18:59:08 +0000 (18:59 +0000)
Change-Id: Ie7eb3d22e81fe718d688fbd1f5ffebb282e06e17
Signed-off-by: Ole Troan <ot@cisco.com>
vagrant/basebuild/bootstrap.sh

index 649a47f..1398925 100644 (file)
@@ -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