diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-26 22:34:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 22:34:47 +0200 |
commit | 8e633a944aa64f8507afc85e0b548cc0b1ed997a (patch) | |
tree | 687e982f5c4b2d5301f5112aecc4eb23227a47e3 /debian/control | |
parent | 67ba5d6e37abe4d8cfd73ba91de15d3236a5c7f9 (diff) | |
parent | 33d4f8adb85fbf5e3b279ef59f1d2f113639e62f (diff) | |
download | vyos-1x-8e633a944aa64f8507afc85e0b548cc0b1ed997a.tar.gz vyos-1x-8e633a944aa64f8507afc85e0b548cc0b1ed997a.zip |
Merge pull request #3727 from c-po/T6510-smoketesting
T6510: smoketest: generell improvement task for the smoketesting platform
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 2e99bdc28..883e08649 100644 --- a/debian/control +++ b/debian/control @@ -19,12 +19,18 @@ Build-Depends: python3-xmltodict, # For running tests python3-coverage, + python3-hurry.filesize, + python3-netaddr, python3-netifaces, python3-nose, python3-jinja2, + python3-paramiko, + python3-passlib, python3-psutil, python3-requests, python3-setuptools, + python3-tabulate, + python3-zmq, quilt, whois Standards-Version: 3.9.6 |