From 9fa229f5eab88f3d5e1a8e60fe25e4455e713e40 Mon Sep 17 00:00:00 2001 From: Manuel Servais <mservais@cern.ch> Date: Mon, 8 Jul 2013 13:41:20 +0000 Subject: [PATCH] Add dependencies in debian/control for castor-monitoring stuffs --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 3903ca5334..6fd4128e03 100644 --- a/debian/control +++ b/debian/control @@ -280,19 +280,19 @@ Description: castor (Cern Advanced STORage system) Package: castor-cockpit Architecture: any -Depends: logrotate, python, python-rpyc, Django +Depends: logrotate, python >= 2.6, python-rpyc, Django < 1.4, Django-south, mysql-server, MySQL-python, httpd, mod_wsgi, thrift Description: castor (Cern Advanced STORage system) Castor monitoring Cockpit Package: castor-mae Architecture: any -Depends: python, python-rpyc, python-dirq, python-messaging, python-simplejson +Depends: python, python-rpyc, python-dirq, python-messaging, python-simplejson, hadoop-client Description: castor (Cern Advanced STORage system) AI messaging consumer for the Metric Analysis Engine. Package: castor-hbase-consumer Architecture: any -Depends: python, python-dirq, python-messaging, python-simplejson +Depends: python, python-dirq, python-messaging, python-simplejson, happybase, thrift Description: castor (Cern Advanced STORage system) AI messaging consumer for HBase. -- GitLab