The travis-ci build is broken because the Python six library is not
installed.

Signed-off-by: Russell Bryant <[email protected]>
---
 .travis/prepare.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis/prepare.sh b/.travis/prepare.sh
index cfc1b17..385849a 100755
--- a/.travis/prepare.sh
+++ b/.travis/prepare.sh
@@ -2,3 +2,4 @@
 
 git clone git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
 cd sparse && make && make install && cd ..
+pip install six
-- 
2.5.0

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to