From c8eb8cb9d4804403c4d242292be0bbfb2093dcd1 Mon Sep 17 00:00:00 2001 From: Simon Fondrie-Teitler Date: Thu, 4 Jan 2018 15:40:01 -0500 Subject: [bug] Don't use system packages when bundling headless build This makes builds not error when the virtualenv version of a package doesn't match the system one. It also helps ensure builds on different machines bundle the same version of packages. --- pkg/pyinst/headless.spec | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg/pyinst') diff --git a/pkg/pyinst/headless.spec b/pkg/pyinst/headless.spec index 7dbb77bc..2286f23b 100644 --- a/pkg/pyinst/headless.spec +++ b/pkg/pyinst/headless.spec @@ -34,8 +34,6 @@ VENV = os.environ.get('VIRTUAL_ENV', '') ENTRYPOINT = ['../../src/leap/bitmask/core/launcher.py'] a = Analysis(ENTRYPOINT, - pathex=[ - '/usr/lib/python2.7/dist-packages/'], binaries=None, datas=None, hiddenimports=hiddenimports, -- cgit v1.2.3