diff options
author | Varac <varac@leap.se> | 2017-06-28 12:22:49 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-28 12:22:49 +0200 |
commit | b5728b0e4ef9810c76db246e322fab11de153784 (patch) | |
tree | 4f0d8f3cfd9c563559f6e1888ed6d521fa07f0c8 /debian | |
parent | 2d7645ad6648dff2fe76f457d18092b48bd5950b (diff) |
[pkg] Fix soledad-server and -client deb deps
- Resolves: #8900
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 45a2b42f..b9fc963f 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Architecture: all Provides: leap.soledad.server, ${python:Provides} Depends: ${misc:Depends}, ${python:Depends}, lsb-base (>= 3.0-6), python-configparser, python-couchdb, python-simplejson, python-oauth, python-routes, python-six, python-twisted-web (>= 13.0.0-1~bpo70+1), - sudo + python-beaker, sudo Description: Synchronization of locally encrypted data among devices (server files) Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP client, an @@ -36,7 +36,7 @@ Package: soledad-client Architecture: all Provides: leap.soledad.client, ${python:Provides} Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher (>= 2.6.3.3+b1), - python-simplejson, python-scrypt, python-dirspec, python-chardet, + python-simplejson, python-scrypt, python-dirspec, python-chardet, python-zope.proxy Description: Synchronization of locally encrypted data among devices (client files) Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP client, an |