summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-06-02 15:20:15 -0300
committerdrebs <drebs@leap.se>2015-06-02 15:20:53 -0300
commit654fdc876295da0bcb9ef61c712781de578adb63 (patch)
tree3063f6a57b19fb8905f8027f5183183e0d67f257
parent66c71bcc0bc25b885531ea7acde4091c91799e91 (diff)
[pkg] add dependency on leap.common >= 0.4.0
-rw-r--r--common/pkg/requirements.pip1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/common/pkg/requirements.pip b/common/pkg/requirements.pip
index b398d333..b91186e7 100644
--- a/common/pkg/requirements.pip
+++ b/common/pkg/requirements.pip
@@ -2,6 +2,7 @@ simplejson
u1db
# leap deps -- bump me!
+leap.common>=0.4.0
# XXX -- fix me!
# oauth is not strictly needed by us, but we need it until u1db adds it to its
diff --git a/debian/control b/debian/control
index 6d97a62b..734217fe 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Description: Synchronization of locally encrypted data among devices.
Package: soledad-common
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-simplejson, python-oauth, python-u1db,
- python-six
+ python-six, python-leap-common (>=0.4.0)
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