From 46d286c7f71f4c43766d2a3d7597816346e36151 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 6 Dec 2018 08:59:32 -0600 Subject: [PATCH] ceph.spec.in: add xmlsec1 dependency for dashboard make check Signed-off-by: Sage Weil --- ceph.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 4342d79b5a5..57975cd29f7 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -274,6 +274,7 @@ BuildRequires: python%{_python_buildid}-jwt BuildRequires: python%{_python_buildid}-routes BuildRequires: python%{_python_buildid}-werkzeug BuildRequires: python%{_python_buildid}-bcrypt +BuildRequires: xmlsec1 %endif %if 0%{?suse_version} BuildRequires: python%{_python_buildid}-CherryPy @@ -282,6 +283,7 @@ BuildRequires: python%{_python_buildid}-Routes BuildRequires: python%{_python_buildid}-Werkzeug BuildRequires: python%{_python_buildid}-numpy-devel BuildRequires: python%{_python_buildid}-bcrypt +BuildRequires: libxmlsec1-1 %endif %endif # lttng and babeltrace for rbd-replay-prep -- 2.39.5