Fixes: cd6a488ab2ca036dd4fb36751b938f605e97e1c8
Fixes: https://tracker.ceph.com/issues/46759
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit
0ada965fafb36094194347deebd4778f47bbe407)
Conflicts:
src/python-common/setup.py
picked both changes
%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
url="https://github.com/ceph/ceph",
zip_safe = False,
install_requires=(
+ 'pyyaml',
'six',
),
classifiers = [