From 8c4f9d5052548760473d61da15cdba6dbb583dc2 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 12 Jan 2015 13:37:56 -0700 Subject: [PATCH] packaging: add missing build deps to RPM In order to build the radosgw-agent package in mock, the python-devel and python-setuptools packages must be present in the buildroot. Signed-off-by: Ken Dreyer --- radosgw-agent.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/radosgw-agent.spec b/radosgw-agent.spec index 05769ec..274ad2d 100644 --- a/radosgw-agent.spec +++ b/radosgw-agent.spec @@ -10,6 +10,8 @@ Requires: python-argparse Requires: PyYAML Requires: python-boto >= 2.2.2 Requires: python-boto < 3.0.0 +BuildRequires: python-devel +BuildRequires: python-setuptools URL: https://github.com/ceph/radosgw-agent %description -- 2.47.3