]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
bump the remoto requirement
authorAlfredo Deza <alfredo.deza@inktank.com>
Wed, 29 Jan 2014 18:52:33 +0000 (13:52 -0500)
committerAlfredo Deza <alfredo.deza@inktank.com>
Wed, 29 Jan 2014 18:52:33 +0000 (13:52 -0500)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
setup.py

index cca9b512ddbd77d95c4d5ed4121c60e649c769d5..618ca8c0086ff8b036013072cbeb817ea4b04841 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.12'),
+    ('remoto', '0.0.14'),
 ])