]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: add python-routes dependency 28992/head
authorPaul Emmerich <paul.emmerich@croit.io>
Tue, 2 Jul 2019 10:58:08 +0000 (12:58 +0200)
committerNathan Cutler <ncutler@suse.com>
Thu, 11 Jul 2019 13:56:18 +0000 (15:56 +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>
(cherry picked from commit 05a59b6d0d313c5abd98b0a746dd8a97a3789ee4)

debian/control

index e7a01c6ff88f9b77633dae7a2f49ca2b1d92ec7b..b073073ba137eed5f50bc4fff490fec510c664d7 100644 (file)
@@ -212,6 +212,7 @@ Depends: ceph-mgr (= ${binary:Version}),
          python-openssl,
          python-bcrypt,
          python-werkzeug,
+         python-routes,
          ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends},