Require python-bcrypt as a build-from-source dependency.

This commit is contained in:
Nick Daly 2013-12-08 11:39:37 -06:00
parent 51e3af611b
commit 4d5d93678b

View File

@ -17,7 +17,7 @@ default: config dirs template css docs
all: default all: default
predepend: 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 init
git submodule update git submodule update
touch predepend touch predepend