diff options
author | Micah Anderson <micah@riseup.net> | 2013-12-10 21:11:24 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-12-10 21:11:24 -0500 |
commit | 8d23b2971f27d6d549004c2d748494f367eab460 (patch) | |
tree | e0396e63ecf5d1766d9cb849de592e9d0de3708e /debian/control | |
parent | 627ced047be66464f93a9e8ef5bd48893d47f749 (diff) |
fix python-setuputils Dependency version
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 f825cb39..71c52c6c 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Package: soledad-client Architecture: all 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-dirspec, python-pycryptopp (>= 0.6.0.20120313-1), 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 |