Index: Makefile === modified file 'Makefile' --- Makefile 2013年01月03日 18:47:26 +0000 +++ Makefile 2013年01月08日 16:55:48 +0000 @@ -6,7 +6,7 @@ NOSE := INI="test.ini" bin/nosetests -v -s -x --mongodb PSERVE := bin/pserve SYSTEM_DEPS := \ - build-essential bzr charm-tools libyaml-dev mongodb-server \ + build-essential bzr charm-tools libyaml-dev\ python-dev python-virtualenv python-xapian redis-server \ subversion @@ -37,7 +37,10 @@ - rm -r bin include lib local sysdeps: - sudo apt-get install -y $(SYSTEM_DEPS); + sudo apt-get install -y $(SYSTEM_DEPS) mongodb-server; + +deploy_sysdeps: + sudo apt-get install -y $(SYSTEM_DEPS) mongodb-clients; deps: venv if test -d download-cache; \