diff options
author | David Robertson <davidr@element.io> | 2022-04-06 17:06:09 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-04-06 17:06:09 +0100 |
commit | 50290790abbc2b1092bd14f06aff3e3d3fec485b (patch) | |
tree | c2eb907770a644991227d9ed1d3966b5e3a5bf18 | |
parent | Fix `synapse_event_persisted_position` metric (#12390) (diff) | |
download | synapse-50290790abbc2b1092bd14f06aff3e3d3fec485b.tar.xz |
Narrow the `importlib_metadata` dependency
`pyproject.toml` already has the version guard. I struggled to work out how to reproduce this guard under setuptools in #12384. But I really should have persisted there; without this, poetry and setuptools generate different sets of requirements. That means a poetry-installed Synapse on a 3.8+ interpreter will fail the runtime dependency checks.
-rw-r--r-- | synapse/python_dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py |