diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-21 20:54:50 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-07-21 20:56:05 +0200 |
| commit | bb6c2368912ad06b42bdabbeb1f6326f127dd686 (patch) | |
| tree | 28af7787ea9ef97cf038694aa82a26988c6e99df /debian | |
| parent | fe8559ec092aea60bf4104dfb1f91cd790ce9b55 (diff) | |
| download | vyos-1x-bb6c2368912ad06b42bdabbeb1f6326f127dd686.tar.gz vyos-1x-bb6c2368912ad06b42bdabbeb1f6326f127dd686.zip | |
Debian: T7648: add build dependencies for pylint
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e58822e9f..c3e0979d4 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,15 @@ Build-Depends: iproute2, libzmq3-dev, python3 (>= 3.10), -# For QA +# For QA/Lint pylint, + python3-vici (>= 5.7.2), + python3-fastapi, + python3-pyudev, + python3-systemd, + python3-certbot-nginx, + python3-pam, + python3-dbus, # For generating command definitions python3-lxml, python3-xmltodict, |
