diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-18 10:38:43 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-18 10:39:10 -0400 |
commit | 0c2941fc0a38038d0eb5adffae6a11ea1a895589 (patch) | |
tree | 149d544e4f12ad9dcc184c13856fe9f206920976 /app-misc/geoclue | |
parent | dev-java/jaxen: remove obsolete version (diff) | |
download | gentoo-0c2941fc0a38038d0eb5adffae6a11ea1a895589.tar.gz gentoo-0c2941fc0a38038d0eb5adffae6a11ea1a895589.tar.bz2 gentoo-0c2941fc0a38038d0eb5adffae6a11ea1a895589.zip |
app-misc/geoclue: Require Python with xml support
Closes: https://bugs.gentoo.org/769530
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-misc/geoclue')
-rw-r--r-- | app-misc/geoclue/geoclue-2.5.7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-misc/geoclue/geoclue-2.5.7.ebuild b/app-misc/geoclue/geoclue-2.5.7.ebuild index 0fbeb1eca678..b039c33965dd 100644 --- a/app-misc/geoclue/geoclue-2.5.7.ebuild +++ b/app-misc/geoclue/geoclue-2.5.7.ebuild @@ -2,9 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_REQ_USE="xml(+)" VALA_USE_DEPEND="vapigen" -inherit meson systemd vala xdg +inherit meson python-any-r1 systemd vala xdg DESCRIPTION="A location information D-Bus service" HOMEPAGE="https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home" @@ -30,6 +32,7 @@ RDEPEND="${DEPEND} sys-apps/dbus " BDEPEND=" + ${PYTHON_DEPS} dev-util/gdbus-codegen dev-util/glib-utils gtk-doc? ( |