diff options
author | Kali Kaneko <kali@leap.se> | 2017-09-11 21:04:52 +0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-09-14 21:43:09 -0300 |
commit | 6ccb3dd07b401f9caa902e4690486c325e9aca52 (patch) | |
tree | 356cddefbfe47f823d126d614aacfe191757a8d8 /debian/control | |
parent | 20cc7ad7645e5a84ed11ec2149df91a9770fea6c (diff) |
[pkg] add python-routes to soledad-common
- Resolves: #8944
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/debian/control b/debian/control index fda5cfaf..02031d64 100644 --- a/debian/control +++ b/debian/control @@ -22,8 +22,14 @@ 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-leap-common, python-simplejson, python-six, python-twisted-core (>= 13.0.0), - python-treq +Depends: ${misc:Depends} + , ${python:Depends} + , python-leap-common + , python-simplejson + , python-six + , python-routes + , 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 shared among devices. It provides, to other parts of the LEAP client, an |