mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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:
parent
79e43fbfbc
commit
8bd11cde4d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user