Add python-passlib as dependency

This commit is contained in:
Sunil Mohan Adapa 2014-03-22 10:11:27 +05:30
parent 438b97e6d0
commit 0d79d58b1d

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-bcrypt 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-passlib 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