From 3777acceee9732161e0daa69e06df93d5ac6ad30 Mon Sep 17 00:00:00 2001
From: Martijn van Oosterhout <kleptog@svana.org>
Date: Sun, 15 Jul 2012 12:18:51 +0200
Subject: [PATCH] Add various needed python modules and the correct PostgreSQL
 clients.

---
 debian/control |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7dc2d9b..666dbe9 100644
--- a/debian/control
+++ b/debian/control
@@ -663,9 +663,13 @@ Depends: libalgorithm-diff-xs-perl,
 	gnuplot-nox
 	,
 	libapache2-mod-wsgi,
-	python-setuptools
+	python-setuptools,
+	python-psycopg2,
+	python-django,
+	python-sqlalchemy
 	,
-	tig
+	tig,
+	postgresql-client-9.1
 Description: metapackages for ddtp.debian.org dependencies
  This package depends on everything that is needed for ddtp.debian.org.
 
-- 
1.7.9.5

