summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorTimothy Redaelli <tredaelli@redhat.com>2017-02-21 16:29:51 +0100
committerRussell Bryant <russell@ovn.org>2017-02-23 15:52:03 -0500
commitbb1a7ca211073b9f37d7e427ef7853e75b23c8d7 (patch)
tree45d544b4500312b2da9d63184ea1d2057343b299 /Vagrantfile
parentb8aad9b4a065a6493ce9608152bcbe7eae4bf405 (diff)
downloadopenvswitch-bb1a7ca211073b9f37d7e427ef7853e75b23c8d7.tar.gz
fedora: Add python3-openvswitch split package
Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1412694 Signed-off-by: Timothy Redaelli <tredaelli@redhat.com> Acked-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index ef25c77c1..8439918ab 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -8,6 +8,7 @@ Vagrant.require_version ">=1.7.0"
$bootstrap_fedora = <<SCRIPT
dnf -y update
dnf -y install autoconf automake openssl-devel libtool \
+ python-devel python3-devel \
python-twisted-core python-zope-interface \
desktop-file-utils groff graphviz rpmdevtools nc curl \
wget python-six pyftpdlib checkpolicy selinux-policy-devel \