debian/control: add python-routes dependency

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>
This commit is contained in:
Paul Emmerich 2019-07-02 12:58:08 +02:00
parent f4733364ae
commit 05a59b6d0d

1
debian/control vendored
View File

@ -227,6 +227,7 @@ Depends: ceph-mgr (= ${binary:Version}),
python-openssl,
python-bcrypt,
python-werkzeug,
python-routes,
${misc:Depends},
${python:Depends},
${shlibs:Depends},