diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-07 19:07:35 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-07 19:07:35 +0100 |
commit | 6aea18a15f96c733505fc7587ac35e263c165549 (patch) | |
tree | 419ce2aa5ba988e11447ef7a4cf433954de899e8 /debian/control | |
parent | a9eb356dd479330d23e598ac76521cc67356b963 (diff) | |
download | vyos-1x-6aea18a15f96c733505fc7587ac35e263c165549.tar.gz vyos-1x-6aea18a15f96c733505fc7587ac35e263c165549.zip |
Debian: move python3-paramiko from Build-Depends to Depends
Commit a9eb356 ("user: add test for adding/deleting system users") added
python3-paramiko to the list of build dependencies, but its a runtime
dependency.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7dde84d3e..41a0338db 100644 --- a/debian/control +++ b/debian/control @@ -9,13 +9,13 @@ Build-Depends: debhelper (>= 9), quilt, python3-lxml, python3-nose, - python3-paramiko, python3-coverage Standards-Version: 3.9.6 Package: vyos-smoketest Architecture: all Depends: python3, + python3-paramiko, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, |