summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormoomin <moomin@leap.se>2017-07-19 15:48:15 +0100
committerRuben Pollan <meskio@sindominio.net>2017-07-19 17:37:42 +0200
commitc81b98df15e3d2006c991c9ca9d86500e3599e9b (patch)
treee4c29887ad23c0f37489d2f54f9be110fedb972a /setup.py
parent2b239d73868b69db083de517b26498b7888b3650 (diff)
[pkg] properly install soledad
Signed-off-by: Ruben Pollan <meskio@sindominio.net>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d5757347..8b1c103e 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ if platform.system() == "Windows":
required.append(['python-gnupg'])
# TODO change to leap.soledad when we tag 0.10
-mail_deps = ['leap.soledad.client', 'gnupg']
+mail_deps = ['leap.soledad[client]', 'gnupg']
gui_deps = ['vext.pyqt5', 'leap.bitmask_js']
tor_deps = ['txtorcon']
extras = {