From e49aa3df43ef166689c77ab847ced155bc29eb78 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 22 Mar 2014 12:56:12 +0530 Subject: [PATCH] Add python-contract as dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23c83f388..5135d4edc 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-passlib 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 python-contract sudo" git submodule init git submodule update touch predepend