diff options
author | Micah Anderson <micah@riseup.net> | 2013-08-15 11:32:20 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-08-15 13:17:23 -0400 |
commit | ae049361d2eead016ac2a963add0516494ef5a72 (patch) | |
tree | 7e6a78e90e2ef6b0051c2d3a11e8742a1e39aa1c /debian/control | |
parent | 59886275cd79b991bdf0fbf15d2de40bdf155edc (diff) |
require twisted 13 or greater
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/control b/debian/control index be3c1861..3d198447 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,12 @@ Package: soledad-server Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-configparser, python-couchdb, python-leap-common, python-scrypt, python-gnupg, python-simplejson, python-requests, - python-six, python-twisted-web, python-sqlcipher, soledad-common + python-six, python-twisted (>= 13.0.0-1~bpo70+1), python-twisted-bin (>= 13.0.0-1~bpo70+1), + python-twisted-conch (>= 1:13.0.0-1~bpo70+1), python-twisted-core (>= 13.0.0-1~bpo70+1), + python-twisted-lore (>= 13.0.0-1~bpo70+1), python-twisted-mail (>= 13.0.0-1~bpo70+1), + python-twisted-names (>= 13.0.0-1~bpo70+1), python-twisted-news (>= 13.0.0-1~bpo70+1), + python-twisted-runner (>= 13.0.0-1~bpo70+1), python-twisted-words (>= 13.0.0-1~bpo70+1), + python-twisted-web (>= 13.0.0-1~bpo70+1), python-sqlcipher, soledad-common Description: Synchronization of locally encrypted data among devices. 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 |