]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
further removal of the pushy dependency 104/head
authorAlfredo Deza <alfredo.deza@inktank.com>
Mon, 14 Oct 2013 20:05:26 +0000 (16:05 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Tue, 15 Oct 2013 12:51:58 +0000 (08:51 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
debian/control
setup.py

index 84dacb421c523b51131feb3225910c91be849e42..d435e920f6165d96e4475376c075234de7f2a4c8 100644 (file)
@@ -14,7 +14,6 @@ Package: ceph-deploy
 Architecture: all
 Depends: python,
          python-argparse,
-         python-pushy (>= 0.5.3),
          python-setuptools,
          ${misc:Depends},
          ${python:Depends}
index 41a24fe0962e54e5bb938f02e4c4fa0f2e72005f..a18927cc814e5da035c80e7dea7d73fd41639994 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,6 @@ setup(
 
     install_requires=[
         'setuptools',
-        'pushy >=0.5.2',
         ] + install_requires,
 
     tests_require=[