summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-07-21 21:19:11 +0200
committerChristian Breunig <christian@breunig.cc>2025-07-21 21:19:11 +0200
commitb7a24e7f4945d43deebaa5b33fbcc54e29618938 (patch)
tree8dee6b19d109b487bca23c3ab4b4e4262a550825 /debian
parent78c21d260127937dba8d671b54b6eca396ae501a (diff)
downloadvyos-1x-b7a24e7f4945d43deebaa5b33fbcc54e29618938.tar.gz
vyos-1x-b7a24e7f4945d43deebaa5b33fbcc54e29618938.zip
T7648: enable pylint for both migration-scripts and custom daemons (services)
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index c3e0979d4..90158b1db 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,8 @@ Build-Depends:
python3-certbot-nginx,
python3-pam,
python3-dbus,
+ python3-pyroute2,
+ python3-voluptuous,
# For generating command definitions
python3-lxml,
python3-xmltodict,