matrix-synapse.plugins.matrix-synapse-s3-storage-provider: add format
- disable on unsupported Python releases
This commit is contained in:
parent
4c2b34580c
commit
86655c6b75
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
, fetchFromGitHub
|
||||
, humanize
|
||||
, matrix-synapse
|
||||
, pythonOlder
|
||||
, tqdm
|
||||
, twisted
|
||||
}:
|
||||
|
@ -11,6 +12,9 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "matrix-synapse-s3-storage-provider";
|
||||
version = "1.2.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "matrix-org";
|
||||
|
|
Loading…
Reference in a new issue