summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-02-07 19:07:35 +0100
committerChristian Poessinger <christian@poessinger.com>2020-02-07 19:07:35 +0100
commit6aea18a15f96c733505fc7587ac35e263c165549 (patch)
tree419ce2aa5ba988e11447ef7a4cf433954de899e8 /debian
parenta9eb356dd479330d23e598ac76521cc67356b963 (diff)
downloadvyos-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')
-rw-r--r--debian/control2
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},