From 4e5bdeea274fbfc1c819c4b2e2cfbe769c4fcac5 Mon Sep 17 00:00:00 2001 From: Tobias Megies Date: Wed, 30 Apr 2014 16:28:09 +0200 Subject: [PATCH] deb packaging: adding python-tornado to dependencies. on new ubuntu 14.04 trusty tahr obspy doesnt run (pkg_resources complains about missing matplotlib dependency) if python-tornado is not installed (used by matplotlib but not declared as dependency). --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d5a03b6e37b..9293781a9d8 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Priority: extra Depends: python (>= 2.6), python (<< 3), ${python:Depends}, python-numpy (>= 1:1.1), python-setuptools (>= 0.6), python-lxml (>= 2.1), python-matplotlib (>= 0.98.1), python-scipy, python-sqlalchemy, - python-suds (>= 0.4), ${shlibs:Depends} + python-suds (>= 0.4), ${shlibs:Depends}, python-tornado Conflicts: python-obspy-arclink, python-obspy-core, python-obspy-datamark, python-obspy-db, python-obspy-earthworm, python-obspy-fissures, python-obspy-gse2, python-obspy-imaging, python-obspy-iris,