From 61b4a3830bbd9333759511f8c7f12f1b80101745 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 14 Oct 2013 16:05:26 -0400 Subject: [PATCH] further removal of the pushy dependency Signed-off-by: Alfredo Deza --- debian/control | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) 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=[ -- 2.47.3