python3Packages.mautrix: fix build (#493919)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
attrs,
|
||||
yarl,
|
||||
# optional deps
|
||||
base58,
|
||||
python-magic,
|
||||
python-olm,
|
||||
unpaddedbase64,
|
||||
@@ -46,6 +47,7 @@ buildPythonPackage rec {
|
||||
optional-dependencies = {
|
||||
detect_mimetype = [ python-magic ];
|
||||
encryption = [
|
||||
base58
|
||||
python-olm
|
||||
unpaddedbase64
|
||||
pycryptodome
|
||||
|
||||
Reference in New Issue
Block a user