diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-06 17:16:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 17:16:58 +0200 |
commit | 199ee2df43e04ca1d55ea7dfa3b5901ea75c0f78 (patch) | |
tree | fc9e7ece7664a9e639d84fdb9b9b49c611fecbc0 | |
parent | 6fca9567c9f6ff8784d47f803bad0c6995ce62e1 (diff) | |
parent | 0e77c68a44518542a0462adffce96fe0a95d9391 (diff) | |
download | vyos-1x-199ee2df43e04ca1d55ea7dfa3b5901ea75c0f78.tar.gz vyos-1x-199ee2df43e04ca1d55ea7dfa3b5901ea75c0f78.zip |
Merge pull request #3413 from vyos/mergify/bp/sagitta/pr-3412
T6307: Add dependency procps to build vyos-1x (backport #3412)
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 677e429d1..0b6a5adf2 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: iproute2, libvyosconfig0 (>= 0.0.7), libzmq3-dev, + procps, python3 (>= 3.10), pylint, python3-coverage, |