diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-06 10:49:18 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-04-06 10:49:18 +0200 |
commit | 71786307eed6a0ebb42755f24c19dfd46b1b9696 (patch) | |
tree | b5335309842fdbe53a1bc89b2833979de686547e /debian/control | |
parent | e60e2ea6d951b0b0986f95c1f18d1a447f5511a7 (diff) | |
download | vyos-1x-71786307eed6a0ebb42755f24c19dfd46b1b9696.tar.gz vyos-1x-71786307eed6a0ebb42755f24c19dfd46b1b9696.zip |
Debian: T6199: add pylint do list of build dependencies
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 0c957cbef..45da50b01 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,8 @@ Build-Depends: libvyosconfig0 (>= 0.0.7), libzmq3-dev, python3 (>= 3.10), +# For QA + pylint, # For generating command definitions python3-lxml, python3-xmltodict, |