From 4d5d93678bbc7e5cd99a2d16753fcb0f9e682ca2 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Sun, 8 Dec 2013 11:39:37 -0600 Subject: [PATCH] Require python-bcrypt as a build-from-source dependency. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ca2b0640..6b29b092b 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ default: config dirs template css docs all: default predepend: - sudo sh -c "apt-get install augeas-tools libpython2.7 pandoc psmisc python2.7 python-augeas python-bjsonrpc python-cheetah python-cherrypy3 python-simplejson sudo" + sudo sh -c "apt-get install augeas-tools libpython2.7 pandoc psmisc python2.7 python-augeas python-bcrypt python-bjsonrpc python-cheetah python-cherrypy3 python-simplejson sudo" git submodule init git submodule update touch predepend