diff mbox

[ovs-dev,2/6] Vagrant: Update dependencies.

Message ID 1463770199-24391-3-git-send-email-joe@ovn.org
State Accepted
Headers show

Commit Message

Joe Stringer May 20, 2016, 6:49 p.m. UTC
Signed-off-by: Joe Stringer <joe@ovn.org>
---
 Vagrantfile | 1 +
 1 file changed, 1 insertion(+)

Comments

Andy Zhou May 23, 2016, 8:07 p.m. UTC | #1
On Fri, May 20, 2016 at 11:49 AM, Joe Stringer <joe@ovn.org> wrote:

> Signed-off-by: Joe Stringer <joe@ovn.org>
>
 Acked-by: Andy Zhou <azhou@ovn.org>


> ---
>  Vagrantfile | 1 +
>  1 file changed, 1 insertion(+)
>
>
Joe Stringer May 26, 2016, 12:41 a.m. UTC | #2
On 23 May 2016 at 13:07, Andy Zhou <azhou@ovn.org> wrote:
>
>
> On Fri, May 20, 2016 at 11:49 AM, Joe Stringer <joe@ovn.org> wrote:
>>
>> Signed-off-by: Joe Stringer <joe@ovn.org>
>
>  Acked-by: Andy Zhou <azhou@ovn.org>

Thanks, applied.
diff mbox

Patch

diff --git a/Vagrantfile b/Vagrantfile
index 102a17dee310..38553cd2d8ad 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -10,6 +10,7 @@  dnf -y update
 dnf -y install autoconf automake openssl-devel libtool \
                python-twisted-core python-zope-interface PyQt4 \
                desktop-file-utils groff graphviz rpmdevtools \
+               wget python-six pyftpdlib \
                libcap-ng-devel kernel-devel-`uname -r`
 echo "search extra update built-in" >/etc/depmod.d/search_path.conf
 cd /vagrant