From 7a0ee56c807c854b739d3d0ed0843323ff567324 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Mon, 13 Feb 2012 18:52:07 -0800 Subject: [PATCH] openvswitch-switch needs python-argparse --- util/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/install.sh b/util/install.sh index 42e2f51..00ecc7d 100755 --- a/util/install.sh +++ b/util/install.sh @@ -209,8 +209,7 @@ function ovs { # XXX wget -c seems to fail from github/amazon s3 cd /tmp if wget $OVS_PACKAGE_LOC/$OVS_PACKAGE_NAME; then - # Install dkms dependencies - $install patch dkms fakeroot + $install patch dkms fakeroot python-argparse tar xf $OVS_PACKAGE_NAME orig=`tar tf $OVS_PACKAGE_NAME` # Now install packages in reasonable dependency order