diff options
author | Kali Kaneko <kali@leap.se> | 2013-10-30 16:04:23 -0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-10-30 16:04:36 -0200 |
commit | 460446c151322f11876c6816fe64d2e9b5d406ab (patch) | |
tree | d191d269d9cea33ef2e8945cbd98c85584c57fcf /debian/control | |
parent | 6008c15b85f75e2ed0255bedc4e28bb25058ee13 (diff) |
use python-chardet instead of python-cchardet
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c5427347..cfdfd97f 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,8 @@ Package: soledad-client Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher, python-pysqlite1.1, python-simplejson, python-oauth, python-u1db, python-scrypt, - python-dirspec, python-pycryptopp, soledad-common + python-dirspec, python-pycryptopp, soledad-common, + python-chardet 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 |