summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-07-22 16:03:57 +0200
committerGitHub <noreply@github.com>2025-07-22 16:03:57 +0200
commitdea50dfb0ded322d0f2d3385e11658143a1d210a (patch)
tree8dee6b19d109b487bca23c3ab4b4e4262a550825 /debian/control
parentfe8559ec092aea60bf4104dfb1f91cd790ce9b55 (diff)
parentb7a24e7f4945d43deebaa5b33fbcc54e29618938 (diff)
downloadvyos-1x-dea50dfb0ded322d0f2d3385e11658143a1d210a.tar.gz
vyos-1x-dea50dfb0ded322d0f2d3385e11658143a1d210a.zip
Merge pull request #4613 from c-po/add-pylint
T7648: Set up a linter check to check complete files for syntax errors and missing imports
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control11
1 files changed, 10 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index e58822e9f..90158b1db 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,17 @@ 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,
+ python3-pyroute2,
+ python3-voluptuous,
# For generating command definitions
python3-lxml,
python3-xmltodict,