]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
build/ops: deb: move python-jinja2 dependency to mgr 21233/head
authorNathan Cutler <ncutler@suse.com>
Mon, 5 Mar 2018 21:03:12 +0000 (22:03 +0100)
committerNathan Cutler <ncutler@suse.com>
Wed, 4 Apr 2018 06:10:29 +0000 (08:10 +0200)
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 <ncutler@suse.com>
(cherry picked from commit b7e638f7e42ac232958f2ca2f16f8202cb5ae5bf)

debian/control

index 9940e74914918a3684d4193aa6f147e3a4a553a1..d8c8c875286e094d9111184929d96a98fbf535c2 100644 (file)
@@ -50,7 +50,6 @@ Build-Depends: bc,
                python (>= 2.7),
                python-all-dev,
                python-cherrypy3,
-               python-jinja2,
                python-nose,
                python-pecan,
                python-prettytable,
@@ -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,