diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-03-18 15:48:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 15:48:30 +0000 |
commit | 78a3ba7039e8ad9be8ca1960ecc5dac9a985fb0e (patch) | |
tree | 2fdef8540f26e4e03dbea232a09a26360fd7ada7 /debian | |
parent | 62ebdb827b1b3097b345aae0cf13b636ca055537 (diff) | |
parent | d8a6295a13a6eb8faf127639ae15fa76608e7351 (diff) | |
download | vyos-1x-78a3ba7039e8ad9be8ca1960ecc5dac9a985fb0e.tar.gz vyos-1x-78a3ba7039e8ad9be8ca1960ecc5dac9a985fb0e.zip |
T7121: Set up communication vyconfd to vyos-commitd
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 4f1207078..20b1a228c 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,8 @@ Build-Depends: # For generating command definitions python3-lxml, python3-xmltodict, +# For generating serialization functions + protobuf-compiler, # For running tests python3-coverage, python3-hurry.filesize, @@ -70,6 +72,7 @@ Depends: python3-netifaces, python3-paramiko, python3-passlib, + python3-protobuf, python3-pyroute2, python3-psutil, python3-pyhumps, @@ -77,6 +80,7 @@ Depends: python3-pyudev, python3-six, python3-tabulate, + python3-tomli, python3-voluptuous, python3-xmltodict, python3-zmq, |