From 1eed3fbe1301412173869c38aa5b18370ff219e1 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Mon, 2 Dec 2019 12:39:57 +0100 Subject: [PATCH] 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 --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index f8bb35610ea68..66217747933cd 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 -- 2.39.5