From: Alfredo Deza Date: Fri, 22 Mar 2019 08:23:46 +0000 (-0400) Subject: debian: remove python3 for now X-Git-Tag: 1.1.4~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=73f6c721ea17e6c1034569a5b92a732a0c1b086d;p=remoto.git debian: remove python3 for now Signed-off-by: Alfredo Deza --- diff --git a/debian/control b/debian/control index 4c95fd6..0621cd4 100644 --- a/debian/control +++ b/debian/control @@ -10,11 +10,6 @@ Build-Depends: python-mock, python-pytest, python-setuptools, - python3, - python3-execnet, - python3-mock, - python3-pytest, - python3-setuptools Standards-Version: 3.9.7 X-Python-Version: >=2.7 @@ -24,10 +19,3 @@ Depends: ${misc:Depends}, ${python:Depends} Description: Execute remote commands or processes A very simplistic remote-command-executor using ssh and Python in the remote end. - -Package: python3-remoto -Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} -Description: Execute remote commands or processes - A very simplistic remote-command-executor using ssh and Python in the remote - end.