summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Deza <alfredo.deza@inktank.com>2013-08-16 16:25:17 -0400
committerGary Lowell <gary.lowell@inktank.com>2013-10-09 10:04:50 -0700
commit6156ca2a6d560ce9836afa4531a5e7fc135a485f (patch)
treea9e11cacd2e0d04cbcb40c4d924c78407e641bbd
parentd1ca251c7fb19d50d736904ed7e81d4ea7a990c6 (diff)
downloadceph-6156ca2a6d560ce9836afa4531a5e7fc135a485f.tar.gz
update the requirements for ceph-rest
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
-rw-r--r--src/pybind/ceph-rest/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pybind/ceph-rest/setup.py b/src/pybind/ceph-rest/setup.py
index 8d0e6776ea6..7411aac78a9 100644
--- a/src/pybind/ceph-rest/setup.py
+++ b/src/pybind/ceph-rest/setup.py
@@ -17,7 +17,7 @@ setup(
license = "LGPL2",
zip_safe = False,
keywords = "ceph, rest, bindings, api, cli",
- install_requires = ['flask==0.10', 'rados'],
+ install_requires = ['flask==0.10', 'rados', 'ceph-argparse'],
long_description = long_description(),
classifiers = [
'Development Status :: 5 - Production/Stable',