mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
- Upstream switched from poetry to maturin. - Upstream added transitive dependencies to pyproject.toml, which causes runtime failures if they are not present as the synapse actively checks for them. However, they are not present because they are not needed due to dependency changes in more recent versions of direct dependencies. The problematic ones are removed from pyproject.toml in prepare phase. Link: https://github.com/element-hq/synapse/pull/19234 Link: https://github.com/element-hq/synapse/pull/19289 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>