]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
build/ops: add python-coverage as a make check dependency 20748/head
authorNathan Cutler <ncutler@suse.com>
Tue, 6 Mar 2018 23:01:14 +0000 (00:01 +0100)
committerNathan Cutler <ncutler@suse.com>
Tue, 6 Mar 2018 23:02:12 +0000 (00:02 +0100)
This cannot be cherry-picked from master due to dashboard_v2.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in
debian/control

index ad4ef62e576f5ceb44c3e61378b1bd5c2e6da860..e665ac09cccaecdc949d662431c02fe9c9490b4b 100644 (file)
@@ -112,6 +112,7 @@ BuildRequires:      python-CherryPy
 BuildRequires: python-Werkzeug
 BuildRequires: python-numpy-devel
 %endif
+BuildRequires:  python-coverage
 BuildRequires: python-pecan
 BuildRequires: socat
 %endif
index d8c8c875286e094d9111184929d96a98fbf535c2..6176a613838ed4d09974d286afa869bdf8045852 100644 (file)
@@ -49,6 +49,7 @@ Build-Depends: bc,
                pkg-config,
                python (>= 2.7),
                python-all-dev,
+               python-coverage,
                python-cherrypy3,
                python-nose,
                python-pecan,