@@ -176,8 +176,6 @@ importlib_metadata = { version = ">=1.4", python = "<3.8" }
176
176
# ---------------------
177
177
matrix-synapse-ldap3 = { version = " >=0.1" , optional = true }
178
178
psycopg2 = { version = " >=2.8" , markers = " platform_python_implementation != 'PyPy'" , optional = true }
179
- psycopg2cffi = { version = " >=2.8" , markers = " platform_python_implementation == 'PyPy'" , optional = true }
180
- psycopg2cffi-compat = { version = " ==1.1" , markers = " platform_python_implementation == 'PyPy'" , optional = true }
181
179
pysaml2 = { version = " >=4.5.0" , optional = true }
182
180
authlib = { version = " >=0.14.0" , optional = true }
183
181
# systemd-python is necessary for logging to the systemd journal via
@@ -199,7 +197,7 @@ parameterized = { version = ">=0.7.4", optional = true }
199
197
# NB: Packages that should be part of `pip install matrix-synapse[all]` need to be specified
200
198
# twice: once here, and once in the `all` extra.
201
199
matrix-synapse-ldap3 = [" matrix-synapse-ldap3" ]
202
- postgres = [" psycopg2" , " psycopg2cffi " , " psycopg2cffi-compat " ]
200
+ postgres = [" psycopg2" ]
203
201
saml2 = [" pysaml2" ]
204
202
oidc = [" authlib" ]
205
203
# systemd-python is necessary for logging to the systemd journal via
@@ -294,4 +292,4 @@ towncrier = ">=18.6.0rc1"
294
292
295
293
[build-system ]
296
294
requires = [" setuptools" ]
297
- build-backend = " setuptools.build_meta"
295
+ build-backend = " setuptools.build_meta"
0 commit comments