diff options
author | Simon Fondrie-Teitler <simonft@riseup.net> | 2018-01-04 15:40:01 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-01-06 22:13:44 +0100 |
commit | c8eb8cb9d4804403c4d242292be0bbfb2093dcd1 (patch) | |
tree | 1a0a7bd262822cd64fa2dbcb538c678eb3981f03 /pkg | |
parent | dd817cc16a604e41ce74589056c21bc81d366832 (diff) |
[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.
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/pyinst/headless.spec | 2 |
1 files changed, 0 insertions, 2 deletions
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, |