From: Kefu Chai Date: Tue, 12 Feb 2019 08:30:03 +0000 (+0800) Subject: rpm,deb: remove python-jinja2 dependency X-Git-Tag: v14.1.0~143^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F26379%2Fhead;p=ceph.git 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index 18080235903d..4e172d5d76f1 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 914fff3e6a36..933b575a6d6e 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,