diff options
| -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 | 
