diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-01 09:40:13 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-01 13:51:06 +0100 |
commit | 793f25bfb801a85a217d7ff181fc462ffb560709 (patch) | |
tree | 4732d11cf046f3183ec26267461fe796d0063e78 /debian | |
parent | bf61d29b24963eb4872d22975d813fe8e9c4fcb7 (diff) | |
download | vyos-1x-793f25bfb801a85a217d7ff181fc462ffb560709.tar.gz vyos-1x-793f25bfb801a85a217d7ff181fc462ffb560709.zip |
test: vyos.validate: add unittests
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 0632cb723..cd05fa966 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: python3, python3-coverage, python3-lxml, + python3-netifaces, python3-nose, python3-setuptools, python3-xmltodict, |