From ab1407d7fe764c7a51b8fa43f9e56fdd665cdbbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Fri, 7 Aug 2015 08:17:17 +0200 Subject: [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 --- bundle_pyinstaller.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bundle_pyinstaller.sh') 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 -- cgit v1.2.3