X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fceph.spec.in;h=04122c99726685f98dcfee4a686f2f20a59f6e6a;hb=f6b5b4d738b87d88d2de35127b6b0e41eae2a272;hp=244c45170f1e54d5132f72ec1398093ea5d30c92;hpb=12732ca2e80d168d344a265acffc1fbd1fa1f1b5;p=ceph.git diff --git a/ceph/ceph.spec.in b/ceph/ceph.spec.in index 244c45170..04122c997 100644 --- a/ceph/ceph.spec.in +++ b/ceph/ceph.spec.in @@ -750,6 +750,7 @@ Requires: ceph-base = %{_epoch_prefix}%{version}-%{release} Requires: lvm2 Requires: sudo Requires: libstoragemgmt +Requires: python%{python3_pkgversion}-ceph-common = %{_epoch_prefix}%{version}-%{release} %description osd ceph-osd is the object storage daemon for the Ceph distributed file system. It is responsible for storing objects on a local file system @@ -991,6 +992,12 @@ descriptions, and submitting the command to the appropriate daemon. %package -n python%{python3_pkgversion}-ceph-common Summary: Python 3 utility libraries for Ceph +%if 0%{?fedora} || 0%{?rhel} >= 8 +Requires: python%{python3_pkgversion}-pyyaml +%endif +%if 0%{?suse_version} +Requires: python%{python3_pkgversion}-PyYAML +%endif %if 0%{?suse_version} Group: Development/Libraries/Python %endif