diff options
author | drebs <drebs@leap.se> | 2014-08-28 09:46:07 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-08-28 09:46:07 -0300 |
commit | 174380e42746b8fa6ff4c6cd97c285dac2293c30 (patch) | |
tree | f8d30ea5b2d1116f94844e9fad230171996b090b | |
parent | a7568bd38bdc63de5f074861862390281f49abf0 (diff) |
Do not depend on pysqlite (#2945).
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 80e3809e..cbf62c0a 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), python-pysqlite1.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 |