summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2019-01-22 15:54:00 +0000
committerMonty Taylor <mordred@inaugust.com>2019-01-22 15:57:36 +0000
commit8a38ee711f4253f4a8c02eefe0bcef26e0464d47 (patch)
treea946b8443868076d29aa83d0cb1fa7034d4790a4 /bindep.txt
parentd940043197385a5b223a97ce804453adc1d08aff (diff)
downloadzuul-8a38ee711f4253f4a8c02eefe0bcef26e0464d47.tar.gz
Replace build-essential with gcc/g++
We're not building debian packages, we're building python. Change-Id: Ic6df129528be4f753093e1a6aeb30d7c9629d390
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/bindep.txt b/bindep.txt
index 4c341a017..0a5545fff 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -7,12 +7,11 @@ postgresql [test]
libjpeg-dev [test]
openssl [test]
zookeeperd [test platform:dpkg]
-build-essential [compile test platform:dpkg]
musl-dev [compile test platform:apk]
make [compile test platform:apk]
linux-headers [compile test platform:apk]
-gcc [compile test platform:rpm platform:apk]
-g++ [compile test platform:apk]
+gcc [compile test]
+g++ [compile test platform:apk platform:dpkg]
gcc-c++ [compile test platform:rpm]
graphviz [doc]
libssl-dev [compile test platform:dpkg]