gnome-base/libgnome-keyring: add some missing test deps
authorMart Raudsepp <leio@gentoo.org>
Wed, 13 Feb 2019 23:46:43 +0000 (01:46 +0200)
committerMart Raudsepp <leio@gentoo.org>
Wed, 13 Feb 2019 23:59:19 +0000 (01:59 +0200)
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>
gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild

index 7abe6cb9ccbbc1018ee615a7c49f5a8bfae8a15f..fb64bd0550b909aca4df6bb7ece56d66b5a7a754 100644 (file)
@@ -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) )
 "