net-im/telepathy-logger: Require xml support in Python

Closes: https://bugs.gentoo.org/829612
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-12-22 17:00:54 +01:00
parent 2056d5647d
commit c0d0fac5a1

View File

@@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
inherit gnome2 python-any-r1 virtualx
DESCRIPTION="Daemon that centralizes the communication logging within the Telepathy framework"