]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commitdiff
packaging: add missing build deps to RPM
authorKen Dreyer <kdreyer@redhat.com>
Mon, 12 Jan 2015 20:37:56 +0000 (13:37 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 12 Jan 2015 20:39:52 +0000 (13:39 -0700)
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 <kdreyer@redhat.com>
radosgw-agent.spec

index 05769ecab0511430f7671a473062869c7b1236ac..274ad2dfa10bddb242a738a0fcba789d8d8bedff 100644 (file)
@@ -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