From 283df069d422e50f1bb08a221df0c264dff39b5c Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sun, 8 Oct 2017 04:43:26 +0200
Subject: [PATCH] dont install compiler

---
 build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.sh b/build.sh
index 1240067..ce45563 100644
--- a/build.sh
+++ b/build.sh
@@ -4,6 +4,7 @@ set -x
 set -e
 
 python -m coolamqp.framing.compilation.compile_definitions
+rm -f coolamqp/framing/compilation/compile_definitions.py
 python setup.py bdist bdist_wheel
 
 if [ $TRAVIS_BRANCH == "master" ]; then
-- 
GitLab