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:58:33 +0200 |
commit | 98a25837ff391d2d181db517b414c81e4b91390f (patch) | |
tree | 2223c279527ccf6b1fa5ac8b2af4722dcb8fa28e /debian/control | |
parent | 289c5ea60c8087b30952df22cdfe210ed0a5808c (diff) | |
download | vyos-1x-98a25837ff391d2d181db517b414c81e4b91390f.tar.gz vyos-1x-98a25837ff391d2d181db517b414c81e4b91390f.zip |
Debian: T6199: add pylint do list of build dependencies
(cherry picked from commit 71786307eed6a0ebb42755f24c19dfd46b1b9696)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 2f32e7f35..65e580f03 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: libvyosconfig0 (>= 0.0.7), libzmq3-dev, python3 (>= 3.10), + pylint, python3-coverage, python3-lxml, python3-netifaces, |