diff options
Diffstat (limited to 'app-misc/geoclue/geoclue-2.5.7.ebuild')
-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? ( |