From 6beb41a749ed06029276ce4f94fb935cfcdc8979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 22 Dec 2018 23:44:45 +0100 Subject: [PATCH] [omemo] Reference python 3 dependencies --- omemo/omemoplugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/omemo/omemoplugin.py b/omemo/omemoplugin.py index 7386749..79108f0 100644 --- a/omemo/omemoplugin.py +++ b/omemo/omemoplugin.py @@ -41,8 +41,8 @@ from omemo.xmpp import DevicelistPEP from omemo.gtk.key import KeyDialog from omemo.gtk.config import OMEMOConfigDialog -CRYPTOGRAPHY_MISSING = 'You are missing Python-Cryptography' -AXOLOTL_MISSING = 'You are missing Python-Axolotl or use an outdated version' +CRYPTOGRAPHY_MISSING = 'You are missing Python3-Cryptography' +AXOLOTL_MISSING = 'You are missing Python3-Axolotl or use an outdated version' PROTOBUF_MISSING = 'OMEMO cant import Google Protobuf, you can find help in ' \ 'the GitHub Wiki' ERROR_MSG = '' -- 2.18.1