From dc13683c1a9cbdc99982d314bc4937fbc6d759e0 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Fri, 8 Feb 2019 12:03:15 -0500 Subject: [PATCH] rpm: add dependency on python-kubernetes module to ceph-mgr-rook package Signed-off-by: Jeff Layton --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index 130bedd57bb4c..ca543f497a582 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -492,6 +492,7 @@ BuildArch: noarch Group: System/Filesystems %endif Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release} +Requires: python-kubernetes %description mgr-rook ceph-mgr-rook is a ceph-mgr plugin for orchestration functions using a Rook backend. -- 2.39.5