Skip to content

Commit c770163

Browse files
committed
deps: Work around release build failure in macOS
1 parent 6149639 commit c770163

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

requirements/requirements-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ idna==2.8
304304
# requests
305305
# twisted
306306
# yarl
307-
importlib-metadata==4.8.1
307+
importlib-metadata==4.2.0
308308
# via
309309
# -r requirements-dev.txt
310310
# pluggy

requirements/requirements-dev.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ bump2version
5959
# Test support
6060
matrix-synapse
6161
six>=1.13.0 # work around bad deps declaration in treq, see https://github.com/twisted/treq/commit/934e127a2b915bf02be86d23f2cf8a65bcdb2533#r42782781
62+
63+
# Mac build failure
64+
importlib-metadata<4.3

0 commit comments

Comments
 (0)