From: Alfredo Deza Date: Tue, 27 May 2014 17:38:42 +0000 (-0400) Subject: bump remoto requirement to 0.0.16 to fix stderr/stdout order X-Git-Tag: v1.5.3~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=48ae07f82aecf9ab13874727a8b3d7581d8513ed;p=ceph-deploy.git bump remoto requirement to 0.0.16 to fix stderr/stdout order Signed-off-by: Alfredo Deza --- diff --git a/setup.py b/setup.py index 0e4d1ba..247e613 100644 --- 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'), ])