matrix-synapse.plugins.matrix-synapse-s3-storage-provider: add missing dependency (#256485)

this is required for the s3_media_upload script to work
This commit is contained in:
Yureka 2023-09-23 14:26:36 +02:00 committed by GitHub
parent 79e43fbfbc
commit 8bd11cde4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
, pythonOlder
, tqdm
, twisted
, psycopg2
}:
buildPythonPackage rec {
@ -37,6 +38,7 @@ buildPythonPackage rec {
humanize
tqdm
twisted
psycopg2
]
# For the s3_media_upload script
++ matrix-synapse-unwrapped.propagatedBuildInputs;