]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
bump remoto requirement
authorAlfredo Deza <alfredo.deza@inktank.com>
Tue, 25 Feb 2014 15:09:52 +0000 (10:09 -0500)
committerAlfredo Deza <alfredo.deza@inktank.com>
Tue, 25 Feb 2014 15:09:52 +0000 (10:09 -0500)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
setup.py

index 618ca8c0086ff8b036013072cbeb817ea4b04841..4ea193627a774e05041908958e57fc133fdaeb96 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.14'),
+    ('remoto', '0.0.15'),
 ])