diff options
author | John Estabrook <jestabro@vyos.io> | 2025-03-16 21:01:19 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2025-03-16 23:55:12 -0500 |
commit | 467811b32ba4a5a2873cd115b78e83018a346ab9 (patch) | |
tree | 1d4b3d7ea80e8c6bb39730435061f62266d40575 /debian | |
parent | 4dc02b404311aa39b2f5374103c106367d2cc14e (diff) | |
download | vyos-1x-467811b32ba4a5a2873cd115b78e83018a346ab9.tar.gz vyos-1x-467811b32ba4a5a2873cd115b78e83018a346ab9.zip |
T7121: add protobuf and tomli dependencies
Add protobuf dependencies for communication vyconfd <-> vyos-commitd,
and tomli runtime dependency for vyos-commitd load of vyconfd.conf.
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 efc008af2..c0f790228 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, |