diff options
author | erkin <e.altunbas@vyos.io> | 2021-03-11 08:32:20 +0300 |
---|---|---|
committer | erkin <e.altunbas@vyos.io> | 2021-03-11 08:32:20 +0300 |
commit | 5b414a2ab18637b285ea06bbf573d828015fa55d (patch) | |
tree | 87bb191a96d065e7ae30650c0daff9f7b5a4ddde /debian | |
parent | c14098b7b1517d77bf53318cc7964295d54db119 (diff) | |
download | vyos-1x-5b414a2ab18637b285ea06bbf573d828015fa55d.tar.gz vyos-1x-5b414a2ab18637b285ea06bbf573d828015fa55d.zip |
config: T3356: Replace curl wrapper with (mostly) native remote file transfer functions
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 2c8ee3d43..cf9835b07 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: python3-netifaces, python3-nose, python3-jinja2, + python3-paramiko, python3-psutil, python3-setuptools, python3-sphinx, |