From: Ricardo Dias Date: Wed, 14 Feb 2018 15:51:20 +0000 (+0000) Subject: ceph.spec: added dashboard_v2 development and runtime dependencies X-Git-Tag: v13.0.2~84^2~30 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=71ac2163831ffd764bf3da6a3efa76ef02e5e884;p=ceph.git ceph.spec: added dashboard_v2 development and runtime dependencies Signed-off-by: Ricardo Dias --- diff --git a/ceph.spec.in b/ceph.spec.in index 158e03eeede2..961f94952b05 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -221,12 +221,23 @@ BuildRequires: python3-Cython 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 @@ -358,6 +369,12 @@ Requires: python%{_python_buildid}-jinja2 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 @@ -365,9 +382,9 @@ Requires: python%{_python_buildid}-Jinja2 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