]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm,deb: poke Python OpenSSL dependencies 33550/head
authorPatrick Seidensal <pseidensal@suse.com>
Tue, 25 Feb 2020 14:13:43 +0000 (15:13 +0100)
committerPatrick Seidensal <pseidensal@suse.com>
Wed, 26 Feb 2020 14:48:57 +0000 (15:48 +0100)
to ceph-mgr-modules-core package.

Fixes: https://tracker.ceph.com/issues/44306
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
ceph.spec.in
debian/control

index ecf33da8095fddc9d4f6a8a77cacad69a17e394f..36d71e68e5815ebda3be703e7ee8728d3baa66cf 100644 (file)
@@ -527,11 +527,6 @@ Requires:       python%{python3_pkgversion}-PyJWT
 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.
index bb847d60bca15ab6d5588a5467b4bd37908e7b41..6bab4452c154a512e548abad5c32132786c1ea18 100644 (file)
@@ -244,7 +244,6 @@ Architecture: all
 Depends: ceph-mgr (= ${binary:Version}),
          python3-cherrypy3,
          python3-jwt,
-         python3-openssl,
          python3-bcrypt,
          python3-werkzeug,
          python3-routes,
@@ -299,6 +298,7 @@ Architecture: all
 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