From 8a38ee711f4253f4a8c02eefe0bcef26e0464d47 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 22 Jan 2019 15:54:00 +0000 Subject: [PATCH] Replace build-essential with gcc/g++ We're not building debian packages, we're building python. Change-Id: Ic6df129528be4f753093e1a6aeb30d7c9629d390 --- bindep.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index 4c341a0175..0a5545fff5 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]