From 461c4b167e2a4e3ab5afd12e8d701de8cf776e62 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 29 Apr 2024 16:29:11 -0400 Subject: [PATCH] ceph.spec.in: ceph-mgr-dashboard does not require werkzeug Nothing in the dashboard codebase imports werkzeug. It appears this was leftover from the time when the dashboard was packaged with the rest of the mgr modules. Fixes: https://tracker.ceph.com/issues/65693 Signed-off-by: Ken Dreyer --- ceph.spec.in | 1 - 1 file changed, 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index b65f6971fbdb7..f25ca766d09d0 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -680,7 +680,6 @@ Requires: python%{python3_pkgversion}-grpcio-tools %if 0%{?fedora} || 0%{?rhel} || 0%{?openEuler} Requires: python%{python3_pkgversion}-cherrypy Requires: python%{python3_pkgversion}-routes -Requires: python%{python3_pkgversion}-werkzeug %if 0%{?weak_deps} Recommends: python%{python3_pkgversion}-saml %if 0%{?fedora} || 0%{?rhel} <= 8 -- 2.39.5