summaryrefslogtreecommitdiff
path: root/bundle_pyinstaller.sh
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-08-07 08:17:17 +0200
committerParménides GV <parmegv@sdf.org>2015-08-07 08:37:20 +0200
commitab1407d7fe764c7a51b8fa43f9e56fdd665cdbbf (patch)
treec02df3bde86de3b0ce73d8b1ab65cc69266a6dc9 /bundle_pyinstaller.sh
parentecf887845fbb403d723a4f52dd3b7d0eab908b9f (diff)
[feat] Install pyside from leap's wheelhouse
Use kali's pyinstaller with pyside-hooks Don't use the index, I want the wheel from lizard. - Related: #7352
Diffstat (limited to 'bundle_pyinstaller.sh')
-rwxr-xr-xbundle_pyinstaller.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundle_pyinstaller.sh b/bundle_pyinstaller.sh
index 7bc9764..44c1dd9 100755
--- a/bundle_pyinstaller.sh
+++ b/bundle_pyinstaller.sh
@@ -70,7 +70,7 @@ install_pyinstaller(){
cd $REPOS_ROOT
if [ ! -d pyinstaller ]; then
- git clone https://github.com/pyinstaller/pyinstaller.git --depth 1
+ git clone https://github.com/kalikaneko/pyinstaller.git --branch feature/pyside-hooks --depth 1
cd pyinstaller
else
cd pyinstaller
@@ -117,7 +117,8 @@ install_requirements() {
cd $REPOS_ROOT/bitmask_client/
make install_base_deps
- ./pkg/postmkvenv.sh
+ pip install -U --no-index --trusted-host lizard.leap.se --find-links=https://lizard.leap.se/wheels pyside
+ # ./pkg/postmkvenv.sh
# hack to solve gnupg version problem
pip uninstall -y gnupg && pip install gnupg