Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telepathy-logger/
Date: Wed, 22 Dec 2021 19:05:18
Message-Id: 1640199907.c0d0fac5a1e77c868f6a2ea64b8437d9d9101d92.mgorny@gentoo
1 commit: c0d0fac5a1e77c868f6a2ea64b8437d9d9101d92
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 16:00:54 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 22 19:05:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d0fac5
7
8 net-im/telepathy-logger: Require xml support in Python
9
10 Closes: https://bugs.gentoo.org/829612
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 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
17 index 4459caa0abcb..9e53f3cc8b69 100644
18 --- a/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild
19 +++ b/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild
20 @@ -4,6 +4,7 @@
21 EAPI=7
22
23 PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_REQ_USE="xml"
25 inherit gnome2 python-any-r1 virtualx
26
27 DESCRIPTION="Daemon that centralizes the communication logging within the Telepathy framework"