to ceph-mgr-modules-core package.
Fixes: https://tracker.ceph.com/issues/44306
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
Requires: python%{python3_pkgversion}-Routes
Requires: python%{python3_pkgversion}-Werkzeug
%endif
-%if 0%{?rhel} == 7
-Requires: pyOpenSSL
-%else
-Requires: python%{python3_pkgversion}-pyOpenSSL
-%endif
%description mgr-dashboard
ceph-mgr-dashboard is a manager module, providing a web-based application
to monitor and manage many aspects of a Ceph cluster and related components.
Depends: ceph-mgr (= ${binary:Version}),
python3-cherrypy3,
python3-jwt,
- python3-openssl,
python3-bcrypt,
python3-werkzeug,
python3-routes,
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
+ python3-openssl,
Replaces: ceph-mgr (<< 15.1.0)
Breaks: ceph-mgr (<< 15.1.0)
Recommends: ceph-mgr-rook