Unverified Commit 8bd11cde authored by Yureka's avatar Yureka Committed by GitHub
Browse files

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

this is required for the s3_media_upload script to work
parent 79e43fbf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;