]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
bump remoto requirement to 0.0.16 to fix stderr/stdout order
authorAlfredo Deza <alfredo.deza@inktank.com>
Tue, 27 May 2014 17:38:42 +0000 (13:38 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Tue, 27 May 2014 17:38:42 +0000 (13:38 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
setup.py

index 0e4d1bafd7084113d58a67e32c3f7d43a93f7d62..247e6134b9f26b8c95ccd233e2eb68c58b587b69 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.15'),
+    ('remoto', '0.0.16'),
 ])