From ba5f9bc45a4268573c32731a7f92ee90bf21256e Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 5 Jul 2015 15:21:10 -0500
Subject: [PATCH] Fix pyinstaller build

---
 build-helpers/loopy.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-helpers/loopy.spec b/build-helpers/loopy.spec
index e24a24db9..765062493 100644
--- a/build-helpers/loopy.spec
+++ b/build-helpers/loopy.spec
@@ -9,7 +9,7 @@ a = Analysis(['bin/loopy'],
              hiddenimports=[],
              hookspath=None,
              runtime_hooks=None,
-             excludes=["hedge", "meshpy", "pyopencl", "pycparser", "PIL"]
+             excludes=["hedge", "meshpy", "pyopencl", "PIL"]
              )
 pyz = PYZ(a.pure)
 
-- 
GitLab