Fixes: cd6a488ab2ca036dd4fb36751b938f605e97e1c8
Fixes: https://tracker.ceph.com/issues/46759
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
%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
keywords='ceph',
url="https://github.com/ceph/ceph",
zip_safe = False,
+ install_requires=(
+ 'pyyaml',
+ ),
classifiers = [
'Intended Audience :: Developer',
'Operating System :: POSIX :: Linux',