summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-26 16:20:59 +0200
committerVarac <varac@leap.se>2017-06-26 16:20:59 +0200
commit719c8df65c67c29b0f1611f387c98e0473a83914 (patch)
treecfb41168a5913acb122e44c5d85e00467880a006
parent821a6a7ec59412e5672cfbf69e9d7c0978f9729c (diff)
[pkg] Add python-treq to soledad-common deps
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 03c08fe8..45a2b42f 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,8 @@ 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-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
shared among devices. It provides, to other parts of the LEAP client, an
@@ -35,8 +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,
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