From: Alfredo Deza Date: Wed, 29 Jan 2014 18:52:33 +0000 (-0500) Subject: bump the remoto requirement X-Git-Tag: v1.3.5~7^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b316956012499fcd42c21a4c82581aa7afc0dbfb;p=ceph-deploy.git bump the remoto requirement Signed-off-by: Alfredo Deza --- diff --git a/setup.py b/setup.py index cca9b51..618ca8c 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.12'), + ('remoto', '0.0.14'), ])