From b592ea85c912d43b196b17bd742042df01956174 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Thu, 14 Feb 2019 01:46:43 +0200 Subject: [PATCH] gnome-base/libgnome-keyring: add some missing test deps The ones appear obviously missing based on imports, though have not tested it through (who would want to install such old things..). But they fail for sure without pygobject:2 Closes: https://bugs.gentoo.org/656856 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild b/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild index 7abe6cb9ccbb..fb64bd0550b9 100644 --- a/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild +++ b/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild @@ -31,7 +31,9 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.35 sys-devel/gettext virtual/pkgconfig - test? ( ${PYTHON_DEPS} ) + test? ( $(python_gen_any_dep ' + dev-python/pygobject:2[${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}]') ) vala? ( $(vala_depend) ) " -- 2.26.2