xep_0384: explicitely add 0060 as dep as we also depend on it

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-02-24 11:13:40 +00:00
parent 99fdb6e3fc
commit e9717cd652
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -152,7 +152,7 @@ class XEP_0384(BasePlugin):
name = 'xep_0384'
description = 'XEP-0384 OMEMO'
dependencies = {'xep_0163'}
dependencies = {'xep_0060', 'xep_0163'}
default_config = {
'data_dir': None,
'storage_backend': None,