From 57615ad3a540f563cc783e3be4c93e785ff1348f Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 7 Mar 2018 00:01:14 +0100 Subject: [PATCH] build/ops: add python-coverage as a make check dependency This cannot be cherry-picked from master due to dashboard_v2. Signed-off-by: Nathan Cutler --- ceph.spec.in | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index ad4ef62e576f..e665ac09ccca 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -112,6 +112,7 @@ BuildRequires: python-CherryPy BuildRequires: python-Werkzeug BuildRequires: python-numpy-devel %endif +BuildRequires: python-coverage BuildRequires: python-pecan BuildRequires: socat %endif diff --git a/debian/control b/debian/control index d8c8c875286e..6176a613838e 100644 --- a/debian/control +++ b/debian/control @@ -49,6 +49,7 @@ Build-Depends: bc, pkg-config, python (>= 2.7), python-all-dev, + python-coverage, python-cherrypy3, python-nose, python-pecan, -- 2.47.3