summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-02-14 01:46:43 +0200
committerMart Raudsepp <leio@gentoo.org>2019-02-14 01:59:19 +0200
commitb592ea85c912d43b196b17bd742042df01956174 (patch)
tree03017b065678b366e77b2f06bb1a725ff50fca1a /gnome-base/libgnome-keyring
parentapp-misc/tracker-1: add explicit build dep on glib-utils (diff)
downloadgentoo-b592ea85c912d43b196b17bd742042df01956174.tar.gz
gentoo-b592ea85c912d43b196b17bd742042df01956174.tar.bz2
gentoo-b592ea85c912d43b196b17bd742042df01956174.zip
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 <leio@gentoo.org>
Diffstat (limited to 'gnome-base/libgnome-keyring')
-rw-r--r--gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
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) )
"