From e0786b9ba6d16ed4895d66af5f5a6c7f78edbf4f Mon Sep 17 00:00:00 2001 From: Varac Date: Tue, 18 Jul 2017 15:36:15 +0200 Subject: [pkg] Add python-leap-common as dep to soledad-common Currently, the platform soledad client sync test fails when python-leap-common is missing. We add it as dep to soledad-common because blob implementation also needs it. - Fixes|Closes #8899 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index ba3d71a0..19f88aa6 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Description: Synchronization of locally encrypted data among devices (server fil Package: soledad-common Architecture: all Provides: leap.soledad.common, ${python:Provides} -Depends: ${misc:Depends}, ${python:Depends}, python-simplejson, python-six, python-twisted-core (>= 13.0.0), +Depends: ${misc:Depends}, ${python:Depends}, python-leap-common, python-simplejson, python-six, python-twisted-core (>= 13.0.0), python-treq Description: Synchronization of locally encrypted data among devices (common files) Soledad is the part of LEAP that allows application data to be securely -- cgit v1.2.3