]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm,deb: remove python-jinja2 dependency 26379/head
authorKefu Chai <kchai@redhat.com>
Tue, 12 Feb 2019 08:30:03 +0000 (16:30 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 12 Feb 2019 09:16:33 +0000 (17:16 +0800)
python-jinja2 dependency was added for the dashboard v1 in 87399bea. but
dashboard v2, which is now known as "dashboard" has taken the place of
the old dashboard. and dashboard now does not use jinja2, so we should
drop this dependency.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in
debian/control

index 18080235903d4348a540c8595ad188e9040f1038..4e172d5d76f1226036b85bd711f23015e3adb3b4 100644 (file)
@@ -432,7 +432,6 @@ Requires:       python%{_python_buildid}-six
 %if 0%{?fedora} || 0%{?rhel}
 Requires:       python%{_python_buildid}-cherrypy
 Requires:       python%{_python_buildid}-jwt
-Requires:       python%{_python_buildid}-jinja2
 Requires:       python%{_python_buildid}-routes
 Requires:       python%{_python_buildid}-werkzeug
 Requires:       pyOpenSSL%{_python_buildid}
@@ -442,7 +441,6 @@ Requires:   python%{_python_buildid}-bcrypt
 Requires:       python%{_python_buildid}-CherryPy
 Requires:       python%{_python_buildid}-PyJWT
 Requires:       python%{_python_buildid}-Routes
-Requires:       python%{_python_buildid}-Jinja2
 Requires:       python%{_python_buildid}-Werkzeug
 Requires:       python%{_python_buildid}-pyOpenSSL
 Requires:       python%{_python_buildid}-bcrypt
index 914fff3e6a362411c1ae2a6ada9bb71213b46e39..933b575a6d6e677aca3845c9eca7b643b107ca07 100644 (file)
@@ -180,7 +180,6 @@ Architecture: linux-any
 Depends: ceph-base (= ${binary:Version}),
          python-cherrypy3,
          python-jwt,
-         python-jinja2,
          python-openssl,
          python-pecan,
          python-bcrypt,