BuildRequires: python%{_python_buildid}-cherrypy
BuildRequires: python%{_python_buildid}-pecan
BuildRequires: python%{_python_buildid}-werkzeug
+BuildRequires: python%{_python_buildid}-tox
+BuildRequires: python%{_python_buildid}-coverage
+%if 0%{?fedora}
+BuildRequires: python%{_python_buildid}-bcrypt
+%endif
+%if 0%{?rhel}
+BuildRequires: py-bcrypt
+%endif
%endif
%if 0%{?suse_version}
BuildRequires: python%{_python_buildid}-CherryPy
BuildRequires: python%{_python_buildid}-Werkzeug
BuildRequires: python%{_python_buildid}-pecan
BuildRequires: python%{_python_buildid}-numpy-devel
+BuildRequires: python%{_python_buildid}-bcrypt
+BuildRequires: python%{_python_buildid}-tox
+BuildRequires: python%{_python_buildid}-coverage
%endif
%endif
# lttng and babeltrace for rbd-replay-prep
Requires: python%{_python_buildid}-pecan
Requires: python%{_python_buildid}-werkzeug
Requires: pyOpenSSL%{_python_buildid}
+%if 0%{?fedora}
+Requires: python%{_python_buildid}-bcrypt
+%endif
+%if 0%{?rhel}
+Requires: py-bcrypt
+%endif
%endif
%if 0%{?suse_version}
Requires: python%{_python_buildid}-CherryPy
Requires: python%{_python_buildid}-Werkzeug
Requires: python%{_python_buildid}-pecan
Requires: python%{_python_buildid}-pyOpenSSL
+Requires: python%{_python_buildid}-bcrypt
Recommends: python%{_python_buildid}-influxdb
%endif
-Requires: python%{_python_buildid}-bcrypt
%description mgr
ceph-mgr enables python modules that provide services (such as the REST
module derived from Calamari) and expose CLI hooks. ceph-mgr gathers