From 2ca4b26724d39e1468fa18ac54ce0e7a3ad7b11c Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 17 Mar 2017 18:04:04 +0100 Subject: [pkg] pin latest soledad version (0.9.5) --- pkg/build_bundle_with_venv.sh | 8 ++++---- pkg/requirements.pip | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh index 3ff3a5bf..56bf1ca6 100755 --- a/pkg/build_bundle_with_venv.sh +++ b/pkg/build_bundle_with_venv.sh @@ -21,12 +21,12 @@ $VIRTUAL_ENV/bin/pip install chardet whoosh $VIRTUAL_ENV/bin/pip install requests==2.11.1 # For the Bitmask 0.9.5 bundles. -# $VIRTUAL_ENV/bin/pip install -U leap.soledad.common==0.9.3 -# $VIRTUAL_ENV/bin/pip install -U leap.soledad.client==0.9.3 +$VIRTUAL_ENV/bin/pip install -U leap.soledad.common==0.9.5 +$VIRTUAL_ENV/bin/pip install -U leap.soledad.client==0.9.5 # CHANGE THIS IF YOU WANT A DIFFERENT BRANCH CHECKED OUT FOR COMMON/SOLEDAD -------------------- -$VIRTUAL_ENV/bin/pip install -U leap.soledad.common --find-links https://devpi.net/kali/dev -$VIRTUAL_ENV/bin/pip install -U leap.soledad.client --find-links https://devpi.net/kali/dev +#$VIRTUAL_ENV/bin/pip install -U leap.soledad.common --find-links https://devpi.net/kali/dev +#$VIRTUAL_ENV/bin/pip install -U leap.soledad.client --find-links https://devpi.net/kali/dev # ---------------------------------------------------------------------------------------------- # XXX hack for the namespace package not being properly handled by pyinstaller diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 793885e6..dae27fa5 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -2,6 +2,6 @@ twisted colorama zope.interface service-identity -leap.common -leap.soledad.client gnupg +leap.common>=0.5.4 +leap.soledad.client>=0.9.5 -- cgit v1.2.3