summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-09-29 21:06:02 +0200
committerKali Kaneko <kali@leap.se>2017-09-29 21:08:17 +0200
commitb9c8e690e56e54260f4dc24b5ff0820c4d42a6fc (patch)
treeae3f02d6333187eef7a580dab282f22f6033226d /debian
parentc37b794f83c8ee35618aa2c597725c9be7baa1d9 (diff)
[bug] workaround for broken python-scrypt package in ubuntu
- Related: #9079, #7566
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 8e8b3e73..49b4d949 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,10 @@ Depends:
python-zope.proxy,
python-twisted-core (>= 14.0.2),
python-leap-common,
+# This is a workaround for the #7566 #9079 regression in zesty
+# We should remove libssl-dev when it is solved!
+ libssl-dev
+
Description: Provides the desktop client for LEAP
The LEAP project aims to secure everyday communication.
.