From b7554e7104b1c10805fd68e2366dd886d83fbfd1 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sat, 9 May 2020 13:34:22 -0400 Subject: [PATCH] bindep: add gcc In order to build subprocess32 which comes in as a dependency, you need gcc or otherwise you'll end up with: configure: error: in `/tmp/pip-install-bgksUt/subprocess32': configure: error: no acceptable C compiler found in $PATH Change-Id: I9b213899f9636fdbc7c054c15ccae4d88b150d40 --- bindep.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 000000000..795bfb117 --- /dev/null +++ b/bindep.txt @@ -0,0 +1 @@ +gcc [test]