From: Gary Lowell Date: Mon, 26 Aug 2013 22:01:49 +0000 (-0700) Subject: setup.cfg: Dependencies for rpm builds. X-Git-Tag: v1.1~28 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=25a93336f34cf3dcb0ecccd653efcc9822045286;p=radosgw-agent.git setup.cfg: Dependencies for rpm builds. These should track the dependencies listed in setup.py and requirements.txt. Signed-off-by: Gary Lowell --- diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..cf24a05 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_rpm] +requires = python-argparse,PyYAML,python-boto >= 2.2.2,python-boto < 3.0.0 python-requests