From: Nathan Cutler Date: Mon, 2 Dec 2019 11:39:57 +0000 (+0100) Subject: rpm: explicitly declare python-tox build dependency X-Git-Tag: v12.2.13~22^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F31934%2Fhead;p=ceph.git rpm: explicitly declare python-tox build dependency "make check" needs python-tox to run, but until 71ac2163831ffd764bf3da6a3efa76ef02e5e884 ("ceph.spec: added dashboard_v2 development and runtime dependencies") this was not explicitly declared in the spec file. It does not make sense to backport that commit to luminous, though, because the dashboard itself was never backported to luminous. Fixes: https://tracker.ceph.com/issues/43082 Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index f8bb35610ea6..66217747933c 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -111,6 +111,7 @@ BuildRequires: python-numpy-devel %endif BuildRequires: python-coverage BuildRequires: python-pecan +BuildRequires: python-tox BuildRequires: socat %endif BuildRequires: bc