From 5c8f125853887533c9394e527aa182ac1f9320d5 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Sun, 28 Feb 2016 14:38:31 +0000 Subject: [PATCH] fs is now a dependency --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index f7465e5..c08b58e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -15,7 +15,7 @@ Vagrant.configure(2) do |config| sudo apt-get install -y build-essential gawk git m4 sudo wget https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py; rm get-pip.py - sudo pip install pyyaml sandboxlib jsonschema requests bottle + sudo pip install fs pyyaml sandboxlib jsonschema requests bottle cd /src git clone git://git.baserock.org/baserock/baserock/definitions echo "base: /src" > ybd/ybd.conf