diff options
author | John Estabrook <jestabro@vyos.io> | 2021-03-22 08:03:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 08:03:29 -0500 |
commit | b9f83a1b21c77b957a333204e4b2dd2e9009b006 (patch) | |
tree | cc37e8469bbf26e737fd2d07047e10febcb25afd /debian | |
parent | e2b03635b0d3053f65c9bb391be9efa9a49a4f8f (diff) | |
parent | e7545f9d482e1fc3981f5fa20e87cd2620dae9ce (diff) | |
download | vyos-1x-b9f83a1b21c77b957a333204e4b2dd2e9009b006.tar.gz vyos-1x-b9f83a1b21c77b957a333204e4b2dd2e9009b006.zip |
Merge pull request #782 from erkin/equuleus
T3284: Merge Paramiko-based remote.py implementation
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d0ba72bcf..ba4a4a6de 100644 --- a/debian/control +++ b/debian/control @@ -97,6 +97,7 @@ Depends: python3-jmespath, python3-netaddr, python3-netifaces, + python3-paramiko, python3-psutil, python3-pystache, python3-pyudev, |