summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Deza <alfredo.deza@inktank.com>2013-08-16 16:25:17 -0400
committerAlfredo Deza <alfredo.deza@inktank.com>2013-08-16 16:25:17 -0400
commit062efceea7c3e125113b5f1a1fc0d7c00819facb (patch)
tree620ce18d63ae844badf8713a3a9ba02a05294732
parent71862088bc6a4908c8f205377650aa8c017660bb (diff)
downloadceph-062efceea7c3e125113b5f1a1fc0d7c00819facb.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',