From: Sage Weil Date: Wed, 11 Dec 2019 13:26:04 +0000 (-0600) Subject: debian/control: install scipy for build too X-Git-Tag: v15.1.0~534^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b733e78f462ffb64ed73baf5a85a8691472a2c80;p=ceph.git debian/control: install scipy for build too Needed for make check Signed-off-by: Sage Weil --- diff --git a/debian/control b/debian/control index d252ff60d61d..e1f33cdf5378 100644 --- a/debian/control +++ b/debian/control @@ -82,6 +82,7 @@ Build-Depends: cmake (>= 3.5), # Make-Check python-openssl, # Make-Check python-prettytable, # Make-Check python-requests, +# Make-Check python-scipy, python-setuptools, python-sphinx, # Make-Check python-werkzeug,