diff options
author | Kali Kaneko <kali@leap.se> | 2013-11-08 11:46:38 -0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-11-08 11:46:38 -0200 |
commit | 6b66be2eb6592da120b1a6799747b87b5733ced7 (patch) | |
tree | 492f0a14c82ec11cd8930cc5d8b83267dcaa018f /debian | |
parent | 1ab2dc49981fe79faa7a21d7d17dd6bcc012251a (diff) |
set the minimum required python-sqlcipher version
so it gets the right libsqlcipher version.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index cfdfd97f..f825cb39 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,7 @@ Description: Synchronization of locally encrypted data among devices. Package: soledad-client Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher, python-pysqlite1.1, +Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher (>= 2.6.3.1), python-pysqlite1.1, python-simplejson, python-oauth, python-u1db, python-scrypt, python-dirspec, python-pycryptopp, soledad-common, python-chardet |