diff options
author | Nizamudeen A <nia@redhat.com> | 2024-05-03 07:30:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 07:30:18 +0200 |
commit | 1323848e22f78bddfa3872921d9b495aeed57b9b (patch) | |
tree | f6a8a61379b54504f6ce74e21016ef24c6e7fb46 /ceph.spec.in | |
parent | Merge pull request #56579 from rhcs-dashboard/fix-alerts-verison-compatabilit... (diff) | |
parent | ceph.spec.in: ceph-mgr-dashboard does not require werkzeug (diff) | |
download | ceph-1323848e22f78bddfa3872921d9b495aeed57b9b.tar.xz ceph-1323848e22f78bddfa3872921d9b495aeed57b9b.zip |
Merge pull request #57145 from ktdreyer/rm-dashboard-werkzeug
ceph.spec.in: ceph-mgr-dashboard does not require werkzeug
Reviewed-by: Nizamudeen A <nia@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'ceph.spec.in')
-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 653c9297202..151f332ff1d 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 |