summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-02-28 14:38:31 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-02-28 14:38:31 +0000
commit5c8f125853887533c9394e527aa182ac1f9320d5 (patch)
treeb83b01f88f25d85e5d9fa654a82eb54737d9c640 /Vagrantfile
parent4072533d598e332e0e88a859e0b38a92568aceac (diff)
downloadybd-5c8f125853887533c9394e527aa182ac1f9320d5.tar.gz
fs is now a dependency
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
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