diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-22 17:00:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-22 20:05:07 +0100 |
commit | c0d0fac5a1e77c868f6a2ea64b8437d9d9101d92 (patch) | |
tree | d5f915abbff9b59bd4b174b2de26a4a3441f950a /net-im | |
parent | www-client/links: Stabilize 2.25-r3 amd64, #829809 (diff) | |
download | gentoo-c0d0fac5a1e77c868f6a2ea64b8437d9d9101d92.tar.gz gentoo-c0d0fac5a1e77c868f6a2ea64b8437d9d9101d92.tar.bz2 gentoo-c0d0fac5a1e77c868f6a2ea64b8437d9d9101d92.zip |
net-im/telepathy-logger: Require xml support in Python
Closes: https://bugs.gentoo.org/829612
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild b/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild index 4459caa0abcb..9e53f3cc8b69 100644 --- a/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild +++ b/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild @@ -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" |