diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-05-06 11:40:14 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-05-06 11:40:14 +0000 |
commit | 8041201fccffa96ca05ecd764b6d4b9d103b4c1a (patch) | |
tree | 5bb121dc5ecbb7106876630cd472bc81697bba7c | |
parent | da84745e6775a468b67bdc5f0489157f3c319b7f (diff) | |
download | vyos-1x-8041201fccffa96ca05ecd764b6d4b9d103b4c1a.tar.gz vyos-1x-8041201fccffa96ca05ecd764b6d4b9d103b4c1a.zip |
T6307: Add dependency procps to build vyos-1x
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 801cce269..594e9e8d8 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: iproute2, libvyosconfig0 (>= 0.0.7), libzmq3-dev, + procps, python3 (>= 3.10), # For QA pylint, |