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
|
, fetchFromGitHub
|
||||||
, humanize
|
, humanize
|
||||||
, matrix-synapse
|
, matrix-synapse
|
||||||
|
, pythonOlder
|
||||||
, tqdm
|
, tqdm
|
||||||
, twisted
|
, twisted
|
||||||
}:
|
}:
|
||||||
|
@ -11,6 +12,9 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "matrix-synapse-s3-storage-provider";
|
pname = "matrix-synapse-s3-storage-provider";
|
||||||
version = "1.2.1";
|
version = "1.2.1";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "matrix-org";
|
owner = "matrix-org";
|
||||||
|
|
Loading…
Reference in a new issue