diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-06 13:45:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 13:45:46 +0200 |
commit | eef9874887fbe61006ab7bd861c3aa385fec7f71 (patch) | |
tree | 5bb121dc5ecbb7106876630cd472bc81697bba7c | |
parent | da84745e6775a468b67bdc5f0489157f3c319b7f (diff) | |
parent | 8041201fccffa96ca05ecd764b6d4b9d103b4c1a (diff) | |
download | vyos-1x-eef9874887fbe61006ab7bd861c3aa385fec7f71.tar.gz vyos-1x-eef9874887fbe61006ab7bd861c3aa385fec7f71.zip |
Merge pull request #3412 from sever-sever/T6307
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, |