[omemo] Reference python 3 dependencies

This commit is contained in:
Philipp Hörist
2018-12-22 23:44:45 +01:00
parent 4b6e641c7c
commit 6beb41a749

View File

@@ -41,8 +41,8 @@ from omemo.xmpp import DevicelistPEP
from omemo.gtk.key import KeyDialog from omemo.gtk.key import KeyDialog
from omemo.gtk.config import OMEMOConfigDialog from omemo.gtk.config import OMEMOConfigDialog
CRYPTOGRAPHY_MISSING = 'You are missing Python-Cryptography' CRYPTOGRAPHY_MISSING = 'You are missing Python3-Cryptography'
AXOLOTL_MISSING = 'You are missing Python-Axolotl or use an outdated version' AXOLOTL_MISSING = 'You are missing Python3-Axolotl or use an outdated version'
PROTOBUF_MISSING = 'OMEMO cant import Google Protobuf, you can find help in ' \ PROTOBUF_MISSING = 'OMEMO cant import Google Protobuf, you can find help in ' \
'the GitHub Wiki' 'the GitHub Wiki'
ERROR_MSG = '' ERROR_MSG = ''