net-im/synapse: add optfeature for URL Previews

Optional URL Previews feature needs dev-python/lxml.

Closes: https://bugs.gentoo.org/970651
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2026-03-01 18:06:22 +01:00
parent 20c3561947
commit 247c36214b

View File

@@ -276,6 +276,7 @@ BDEPEND="
${RDEPEND}
dev-python/hiredis[${PYTHON_USEDEP}]
dev-python/idna[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/parameterized[${PYTHON_USEDEP}]
dev-python/txredisapi[${PYTHON_USEDEP}]
postgres? ( dev-db/postgresql[server] )
@@ -340,6 +341,7 @@ src_install() {
pkg_postinst() {
optfeature "Redis support" dev-python/txredisapi
optfeature "URL previews" dev-python/lxml
optfeature "VoIP relaying on your homeserver with turn" net-im/coturn
if [[ -z "${REPLACING_VERSIONS}" ]]; then