From: Nathan Cutler Date: Mon, 5 Mar 2018 21:03:12 +0000 (+0100) Subject: build/ops: deb: move python-jinja2 dependency to mgr X-Git-Tag: v13.0.2~80^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b7e638f7e42ac232958f2ca2f16f8202cb5ae5bf;p=ceph.git build/ops: deb: move python-jinja2 dependency to mgr 87399bea8321a7a9ab554085be3a3d5e0563f27f introduced an explicit dependency on python-jinja2, but mistakenly as an overall build dependency instead of as a runtime dependency of ceph-mgr as intended. Fixes: http://tracker.ceph.com/issues/22457 Signed-off-by: Nathan Cutler --- diff --git a/debian/control b/debian/control index 0c9ec39afe01..d654d5787971 100644 --- a/debian/control +++ b/debian/control @@ -51,7 +51,6 @@ Build-Depends: bc, python (>= 2.7), python-all-dev, python-cherrypy3, - python-jinja2, python-nose, python-pecan, python-prettytable, @@ -171,6 +170,7 @@ Package: ceph-mgr Architecture: linux-any Depends: ceph-base (= ${binary:Version}), python-cherrypy3, + python-jinja2, python-openssl, python-pecan, python-werkzeug,