diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-17 18:04:04 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-17 20:15:26 +0100 |
commit | 2ca4b26724d39e1468fa18ac54ce0e7a3ad7b11c (patch) | |
tree | 766349ef3cd2af27b1c20282fdc242498d3ad44d /pkg | |
parent | 1bab0340ec3e78d647f91d6facd05d31861c5e78 (diff) |
[pkg] pin latest soledad version (0.9.5)
Diffstat (limited to 'pkg')
-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 3ff3a5b..56bf1ca 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 793885e..dae27fa 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 |