From: Nathan Cutler Date: Tue, 6 Mar 2018 23:01:14 +0000 (+0100) Subject: build/ops: add python-coverage as a make check dependency X-Git-Tag: v12.2.5~72^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=57615ad3a540f563cc783e3be4c93e785ff1348f;p=ceph.git 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 --- 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,