Skip to content

Commit

Permalink
build/ops: deb: move python-jinja2 dependency to mgr
Browse files Browse the repository at this point in the history
87399be 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 <ncutler@suse.com>
(cherry picked from commit b7e638f)
  • Loading branch information
smithfarm committed Mar 6, 2018
1 parent a81e258 commit f800220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -50,7 +50,6 @@ Build-Depends: bc,
python (>= 2.7),
python-all-dev,
python-cherrypy3,
python-jinja2,
python-nose,
python-pecan,
python-prettytable,
Expand Down Expand Up @@ -169,6 +168,7 @@ Package: ceph-mgr
Architecture: linux-any
Depends: ceph-base (= ${binary:Version}),
python-cherrypy3,
python-jinja2,
python-openssl,
python-pecan,
python-werkzeug,
Expand Down

0 comments on commit f800220

Please sign in to comment.