From: Ken Dreyer Date: Mon, 12 Jan 2015 20:37:56 +0000 (-0700) Subject: packaging: add missing build deps to RPM X-Git-Tag: v1.2.1~9^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8c4f9d5052548760473d61da15cdba6dbb583dc2;p=radosgw-agent.git 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 --- 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