From: Alfredo Deza Date: Mon, 14 Oct 2013 20:05:26 +0000 (-0400) Subject: further removal of the pushy dependency X-Git-Tag: v1.3~19^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F104%2Fhead;p=ceph-deploy.git further removal of the pushy dependency Signed-off-by: Alfredo Deza --- diff --git a/debian/control b/debian/control index 84dacb4..d435e92 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,6 @@ Package: ceph-deploy Architecture: all Depends: python, python-argparse, - python-pushy (>= 0.5.3), python-setuptools, ${misc:Depends}, ${python:Depends} diff --git a/setup.py b/setup.py index 41a24fe..a18927c 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,6 @@ setup( install_requires=[ 'setuptools', - 'pushy >=0.5.2', ] + install_requires, tests_require=[