[tor-commits] [oonib/master] adds libsqlite3-dev installation to Vagrantfile

art at torproject.org art at torproject.org
Wed Sep 11 09:13:51 UTC 2013


commit 3d578ab383802081142062b1abf37e0b2c643e8f
Author: Johannes Fürmann <johannes at weltraumpflege.org>
Date:   Fri Jun 21 17:08:49 2013 +0200

    adds libsqlite3-dev installation to Vagrantfile
---
 Vagrantfile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile
index 01e401a..33b89ba 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -111,7 +111,7 @@ Vagrant.configure("2") do |config|
 end
 
 $setup_script = <<SCRIPT
-apt-get -y install curl python-setuptools python-dev
+apt-get -y install curl python-setuptools python-dev libsqlite3-dev
 
 echo "Updating to the latest version of PIP"
 cd /tmp/





More information about the tor-commits mailing list