From e5fa448229646a9dc9e3314389374d43243b06d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alfonso=20Mart=C3=ADnez?= Date: Thu, 23 Jan 2020 11:16:27 +0100 Subject: [PATCH] ceph.spec.in: fix 'make check' deps for centos8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit When running 'FOR_MAKE_CHECK=1 ./install-deps.sh' in CentOS 8 these dependencies were not being installed. Missing dependencies are provided by https://copr.fedorainfracloud.org/coprs/ktdreyer/ceph-el8/ Signed-off-by: Alfonso Martínez --- ceph.spec.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 5a24223f179a..625a17fe8aa1 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -203,12 +203,12 @@ BuildRequires: jq BuildRequires: libuuid-devel BuildRequires: python%{python3_pkgversion}-bcrypt BuildRequires: python%{python3_pkgversion}-nose +BuildRequires: python%{python3_pkgversion}-pecan BuildRequires: python%{python3_pkgversion}-requests BuildRequires: python%{python3_pkgversion}-six BuildRequires: python%{python3_pkgversion}-virtualenv %if 0%{?rhel} < 8 BuildRequires: python%{python3_pkgversion}-coverage -BuildRequires: python%{python3_pkgversion}-pecan BuildRequires: python%{python3_pkgversion}-tox %endif %if 0%{?rhel} == 7 @@ -291,13 +291,12 @@ BuildRequires: xmlsec1-nss %endif BuildRequires: xmlsec1-openssl BuildRequires: xmlsec1-openssl-devel +BuildRequires: python%{python3_pkgversion}-cherrypy BuildRequires: python%{python3_pkgversion}-jwt +BuildRequires: python%{python3_pkgversion}-routes +BuildRequires: python%{python3_pkgversion}-scipy BuildRequires: python%{python3_pkgversion}-werkzeug BuildRequires: python%{python3_pkgversion}-pyOpenSSL -%if 0%{?fedora} || 0%{?rhel} == 7 -BuildRequires: python%{python3_pkgversion}-cherrypy -BuildRequires: python%{python3_pkgversion}-routes -%endif %endif %if 0%{?suse_version} BuildRequires: libxmlsec1-1 -- 2.47.3