From: Loic Dachary Date: Wed, 11 Feb 2015 22:38:20 +0000 (+0100) Subject: fabfile: remove python-flask, add python-requests X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23%2Fhead;p=autobuild-ceph.git fabfile: remove python-flask, add python-requests Signed-off-by: Loic Dachary --- diff --git a/fabfile.py b/fabfile.py index ffc553f..8cfe335 100644 --- a/fabfile.py +++ b/fabfile.py @@ -640,6 +640,7 @@ def _gitbuilder_ceph(url, flavor): 'libbz2-dev', 'libudev-dev', 'python-pip', + 'python-requests', 'python-virtualenv', 'python-argparse', 'libaio-dev', @@ -695,6 +696,7 @@ def _deb_builder(git_url, flavor, extra_remotes={}): 'libnss3-dev', 'xmlstarlet', 'python-pip', + 'python-requests', 'python-virtualenv', 'python-support', 'python-argparse', @@ -798,13 +800,13 @@ def _gitbuilder_ceph_rpm(url, flavor): 'expect', 'yasm', 'python-nose', - 'python-flask', 'hdparm', 'rpm-sign', 'createrepo', 'leveldb-devel', 'snappy-devel', 'zlib-devel', + 'python-requests', 'python-virtualenv', 'python-argparse', 'lttng-ust-devel',