]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commitdiff
debian: remove python3 for now
authorAlfredo Deza <alfredo@deza.pe>
Fri, 22 Mar 2019 08:23:46 +0000 (04:23 -0400)
committerAlfredo Deza <alfredo@deza.pe>
Thu, 11 Apr 2019 19:40:59 +0000 (15:40 -0400)
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
debian/control

index 4c95fd62226d9fa4f082310d8108a6021e40d3af..0621cd49967e4ac25bb88eb0e571329c22e22db3 100644 (file)
@@ -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.