Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c0145b0

Browse files
author
David Robertson
authored
Fix upgrade notes for installing ICU (#14797)
* Fix upgrade notes for installing ICU As noticed in https://github.com/matrix-org/synapse/pull/14712/files#r1058433297 * Changelog
1 parent babeeb4 commit c0145b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/14797.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix Synapse 1.74 upgrade notes to correctly explain how to install pyICU when installing Synapse from PyPI.

docs/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ the ICU native dependency and its development headers
9999
so that PyICU can build since no prebuilt wheels are available.
100100
101101
You can follow [the PyICU documentation](https://pypi.org/project/PyICU/) to do so,
102-
and then do `pip install matrix-synapse[icu]` for a PyPI install.
102+
and then do `pip install matrix-synapse[user-search]` for a PyPI install.
103103
104104
Docker images and Debian packages need nothing specific as they already
105105
include or specify ICU as an explicit dependency.

0 commit comments

Comments
 (0)