]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
bump the requirement for remoto 118/head
authorAlfredo Deza <alfredo.deza@inktank.com>
Tue, 29 Oct 2013 18:15:57 +0000 (14:15 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Tue, 29 Oct 2013 18:15:57 +0000 (14:15 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
setup.py

index 7296cf07ddd9bca007f07d5a851107d79dde81d2..cbf2c16b315b913b0d5248c57afe164312373a77 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ if pyversion < (2, 7) or (3, 0) <= pyversion <= (3, 1):
 # Add libraries that are not part of install_requires
 #
 vendorize([
-    ('remoto', '0.0.10'),
+    ('remoto', '0.0.11'),
 ])