From c2def406613bfb6f5f0b06e4c20e7b1bd6d57dd4 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 12 Feb 2019 16:30:03 +0800 Subject: [PATCH] rpm,deb: remove python-jinja2 dependency 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 --- ceph.spec.in | 2 -- debian/control | 1 - 2 files changed, 3 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 18080235903d4..4e172d5d76f12 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 diff --git a/debian/control b/debian/control index 914fff3e6a362..933b575a6d6e6 100644 --- a/debian/control +++ b/debian/control @@ -180,7 +180,6 @@ Architecture: linux-any Depends: ceph-base (= ${binary:Version}), python-cherrypy3, python-jwt, - python-jinja2, python-openssl, python-pecan, python-bcrypt, -- 2.39.5