diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-11 08:32:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 08:32:23 +0100 |
commit | 2c97f23ae84a1932091676d0610c45a536759a51 (patch) | |
tree | 87bb191a96d065e7ae30650c0daff9f7b5a4ddde /debian | |
parent | c14098b7b1517d77bf53318cc7964295d54db119 (diff) | |
parent | 5b414a2ab18637b285ea06bbf573d828015fa55d (diff) | |
download | vyos-1x-2c97f23ae84a1932091676d0610c45a536759a51.tar.gz vyos-1x-2c97f23ae84a1932091676d0610c45a536759a51.zip |
Merge pull request #766 from erkin/current
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, |