diff options
author | Kali Kaneko <kali@leap.se> | 2017-09-29 21:06:02 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-09-29 21:08:17 +0200 |
commit | b9c8e690e56e54260f4dc24b5ff0820c4d42a6fc (patch) | |
tree | ae3f02d6333187eef7a580dab282f22f6033226d | |
parent | c37b794f83c8ee35618aa2c597725c9be7baa1d9 (diff) |
[bug] workaround for broken python-scrypt package in ubuntu
- Related: #9079, #7566
-rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 8e8b3e7..49b4d94 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. . |