diff options
author | Kali Kaneko <kali@leap.se> | 2014-10-07 19:02:58 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-10-07 19:02:58 +0200 |
commit | 00a7d65b63a426dc6f357de73d0151edcbab5077 (patch) | |
tree | 9ad9d43577f3af123d6dd274805b50cf4efe88f5 /debian/control | |
parent | 31d26f3f846a736cf4af6172e670d8f7fb331f6f (diff) |
add missing comma to deps
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index cbf62c0a..f43a6ac5 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 (>= 2.6.3.1) +Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher (>= 2.6.3.1), python-simplejson, python-oauth, python-u1db, python-scrypt, python-dirspec, python-pycryptopp (>= 0.6.0.20120313-1~), soledad-common, python-chardet |