diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-05 22:33:05 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-05 22:34:21 +0100 |
commit | a9eb356dd479330d23e598ac76521cc67356b963 (patch) | |
tree | 273b26e1bb2dbe069de4b8a4827c748e74c3f21d /debian | |
parent | 70f0d321325f3a7d9966c11c39dfb2ef6ecea97e (diff) | |
download | vyos-1x-a9eb356dd479330d23e598ac76521cc67356b963.tar.gz vyos-1x-a9eb356dd479330d23e598ac76521cc67356b963.zip |
user: add test for adding/deleting system users
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 97f8b27ea..7dde84d3e 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9), quilt, python3-lxml, python3-nose, + python3-paramiko, python3-coverage Standards-Version: 3.9.6 |