diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-02-02 22:11:36 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-02-02 22:20:43 -0800 |
commit | acebcf612c27d9ccd1132eaa889e6fe88818acbc (patch) | |
tree | 406d102b9a42b255c7f2194aef5cea94ef533e74 /net-libs | |
parent | net-libs/gssdp: Fix gtk-doc installation (diff) | |
download | gentoo-acebcf612c27d9ccd1132eaa889e6fe88818acbc.tar.gz gentoo-acebcf612c27d9ccd1132eaa889e6fe88818acbc.tar.bz2 gentoo-acebcf612c27d9ccd1132eaa889e6fe88818acbc.zip |
net-libs/telepathy-glib: Depend on dev-lang/python[xml]
Closes: https://bugs.gentoo.org/831495
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild index 7f1d649611ab..b640178ba851 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +PYTHON_REQ_USE="xml" PYTHON_COMPAT=( python3_{8..10} ) VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" |