From 1e5690e5a07ab0028eed67a7d9e4af6c0356a35c Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 5 Apr 2022 18:35:47 +0100 Subject: [PATCH] setuptools doesn't like my environment marker This is only temporary, so screw it: let's make it unconditional. --- synapse/python_dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index 3c04d817d04b..cd68aa362e83 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -91,7 +91,7 @@ "packaging>=16.1", # At the time of writing, we only use functions from the version `importlib.metadata` # which shipped in Python 3.8. This corresponds to version 1.4 of the backport. - "importlib_metadata>=1.4; python_version < 3.8", + "importlib_metadata>=1.4", ] CONDITIONAL_REQUIREMENTS = {