mirror of
https://github.com/ceph/ceph
synced 2025-01-15 07:23:16 +00:00
rpm: guard runtime deps with "with make_check"
move jq and xmlstarlet into "with make_check", as they are only used for running "make check", not for building Ceph. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
2fb4cddd6f
commit
d86ef56332
@ -158,7 +158,6 @@ BuildRequires: gperftools-devel >= 2.6.1
|
||||
BuildRequires: gperftools-devel >= 2.4
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: jq
|
||||
BuildRequires: leveldb-devel > 1.2
|
||||
BuildRequires: libaio-devel
|
||||
BuildRequires: libblkid-devel >= 2.17
|
||||
@ -187,6 +186,7 @@ BuildRequires: xfsprogs-devel
|
||||
BuildRequires: xmlstarlet
|
||||
BuildRequires: yasm
|
||||
%if 0%{with make_check}
|
||||
BuildRequires: jq
|
||||
BuildRequires: python%{_python_buildid}-bcrypt
|
||||
BuildRequires: python%{_python_buildid}-coverage
|
||||
BuildRequires: python%{_python_buildid}-nose
|
||||
|
Loading…
Reference in New Issue
Block a user