diff options
author | Varac <varac@leap.se> | 2017-07-18 15:36:15 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-07-18 15:36:15 +0200 |
commit | e0786b9ba6d16ed4895d66af5f5a6c7f78edbf4f (patch) | |
tree | 5f1e7d97a31a9fa015a70454271de5aebc75864b | |
parent | 2df496c8015faa3f85ac12d7f16004107236de29 (diff) |
[pkg] Add python-leap-common as dep to soledad-common
Currently, the platform soledad client sync test fails
when python-leap-common is missing.
We add it as dep to soledad-common because blob implementation
also needs it.
- Fixes|Closes #8899
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ba3d71a0..19f88aa6 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Description: Synchronization of locally encrypted data among devices (server fil Package: soledad-common Architecture: all Provides: leap.soledad.common, ${python:Provides} -Depends: ${misc:Depends}, ${python:Depends}, python-simplejson, python-six, python-twisted-core (>= 13.0.0), +Depends: ${misc:Depends}, ${python:Depends}, python-leap-common, python-simplejson, python-six, python-twisted-core (>= 13.0.0), python-treq Description: Synchronization of locally encrypted data among devices (common files) Soledad is the part of LEAP that allows application data to be securely |