From 6f4f0e66219e306790f841e891293f3706115068 Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Mon, 2 Nov 2009 14:49:32 -0500 Subject: [PATCH] Add missing dependency on python-mysql --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4e12e00e5..9f6d5a0ec 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Package: ceo-python Architecture: all Replaces: ceo-gui Conflicts: ceo-gui -Depends: ceo-clients, python-ldap, python-urwid, python-sqlobject, python-protobuf, python-psycopg | python-psycopg2, ${python:Depends}, ${shlibs:Depends} +Depends: ceo-clients, python-ldap, python-urwid, python-sqlobject, python-protobuf, python-psycopg | python-psycopg2, python-mysqldb, ${python:Depends}, ${shlibs:Depends} Description: Computer Science Club Administrative GUI This package contains the CSC Electronic Office graphical user interface.