diff options
| -rwxr-xr-x | pkg/build_bundle_with_venv.sh | 8 | ||||
| -rw-r--r-- | 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 | 
