diff options
author | Ken Dreyer <kdreyer@ibm.com> | 2024-04-29 22:29:11 +0200 |
---|---|---|
committer | Ken Dreyer <kdreyer@ibm.com> | 2024-04-30 15:19:38 +0200 |
commit | 461c4b167e2a4e3ab5afd12e8d701de8cf776e62 (patch) | |
tree | ba3b3f58ef313efca3dda2ed70f475b66f1badb2 | |
parent | Merge pull request #57153 from rkhudov/doc-man-8-radosgw-admin_add-get-lifecy... (diff) | |
download | ceph-461c4b167e2a4e3ab5afd12e8d701de8cf776e62.tar.xz ceph-461c4b167e2a4e3ab5afd12e8d701de8cf776e62.zip |
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 <kdreyer@ibm.com>
-rw-r--r-- | ceph.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index b65f6971fbd..f25ca766d09 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 |