From 981e4b6e66fc807fd36086e37296e40da914a0ff Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Sun, 6 Nov 2016 17:55:07 +0100 Subject: [ci] generate bundle from gitlab runner some hacks needed, it seems pyinstaller is choking again on namespace packages for some reason that is beyond my current comprenhension. --- pkg/pyinst/app.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkg/pyinst/app.spec') diff --git a/pkg/pyinst/app.spec b/pkg/pyinst/app.spec index 5869b60..347a50e 100644 --- a/pkg/pyinst/app.spec +++ b/pkg/pyinst/app.spec @@ -9,7 +9,9 @@ hiddenimports = [ 'leap.common', 'leap.bitmask', 'leap.bitmask.core.logs', 'leap.soledad.common.document', - 'leap.bitmask_js'] + 'leap.bitmask_js', + 'packaging', 'packaging.version', 'packaging.specifiers', + 'packaging.requirements'] if platform.system() == 'Windows': print "Platform=Windows, using pyside..." -- cgit v1.2.3