From 1586f2ca9ab94af85682945a3c7c7ebbd82c6e03 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 30 Aug 2017 10:17:31 +0200 Subject: [PATCH] build/ops: python-numpy-devel build dependency for SUSE Fixes: http://tracker.ceph.com/issues/21176 Signed-off-by: Nathan Cutler --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index 02485c98e01..10709f640ee 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -110,6 +110,7 @@ BuildRequires: python-werkzeug %if 0%{?suse_version} BuildRequires: python-CherryPy BuildRequires: python-Werkzeug +BuildRequires: python-numpy-devel %endif BuildRequires: python-pecan BuildRequires: socat