diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-11 08:36:45 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-11 08:36:45 +0100 |
commit | f892294239101aecc21a45629eb1d10bd89fba0b (patch) | |
tree | 4676726c3a9b8b0f5109464d1ae7d8f9a83929ff /debian | |
parent | 2c97f23ae84a1932091676d0610c45a536759a51 (diff) | |
download | vyos-1x-f892294239101aecc21a45629eb1d10bd89fba0b.tar.gz vyos-1x-f892294239101aecc21a45629eb1d10bd89fba0b.zip |
Debian: T3356: move python3-paramiko from Build-Depends to Depends
The vyos-1x has no build time dependency on python3-paramiko but rather a
runtime dependency on python3-paramiko.
Missplaced dependency caused vyos-1x builds to fail as dependency is not met,
introduced by commit 5b414a2ab1 ("config: T3356: Replace curl wrapper with
(mostly) native remote file transfer functions").
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index cf9835b07..91ff51b89 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,6 @@ Build-Depends: python3-netifaces, python3-nose, python3-jinja2, - python3-paramiko, python3-psutil, python3-setuptools, python3-sphinx, @@ -98,6 +97,7 @@ Depends: python3-jmespath, python3-netaddr, python3-netifaces, + python3-paramiko, python3-psutil, python3-pystache, python3-pyudev, |