]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: add python-routes dependency 28835/head
authorPaul Emmerich <paul.emmerich@croit.io>
Tue, 2 Jul 2019 10:58:08 +0000 (12:58 +0200)
committerPaul Emmerich <paul.emmerich@croit.io>
Wed, 3 Jul 2019 15:36:49 +0000 (17:36 +0200)
the dashboard requires python-routes via cherrypy/_cpdispatch.py during runtime
but the cherrypy debian package only recommends it and doesn't depend on it

Fixes: https://tracker.ceph.com/issues/24420
Signed-off-by: Paul Emmerich <paul.emmerich@croit.io>
debian/control

index 6644ce70291810f2d001cad66ccf9ac778b774ae..84b1bcb12e8b1dd32bb7d1d57cda7082df2335c2 100644 (file)
@@ -227,6 +227,7 @@ Depends: ceph-mgr (= ${binary:Version}),
          python-openssl,
          python-bcrypt,
          python-werkzeug,
+         python-routes,
          ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends},