summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-05-12 17:15:07 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2020-05-12 17:15:07 +0200
commitb4613a0b41b4a6710962af2bd6a0491af80f8589 (patch)
tree39c46baf86642ab72ca5ef44df7b30589704a0c4
parentd873dc84ef34f052a83608cff609b8ec6f4c5719 (diff)
downloadzuul-b4613a0b41b4a6710962af2bd6a0491af80f8589.tar.gz
Require procps also for dpkg platforms
The ps command is needed by zuul and supplied by the procps package. This is not necessarily installed by default so require it. Change-Id: I7d5b614ff517863d93a46789bec4065a6201d137
-rw-r--r--bindep.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindep.txt b/bindep.txt
index 62bd00c4b..5c1641660 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -34,7 +34,7 @@ libyaml [platform:redhat]
libyaml-dev [platform:dpkg compile test]
libyaml-devel [platform:rpm compile test]
gmp [platform:apk]
-procps [platform:apk]
+procps [platform:apk platform:dpkg]
python3-dev [compile test platform:dpkg platform:apk]
python3-devel [compile test platform:rpm]
python3.7 [test platform:ubuntu-bionic]