commit: b592ea85c912d43b196b17bd742042df01956174 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Wed Feb 13 23:46:43 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Wed Feb 13 23:59:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b592ea85
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 <AT> gentoo.org> 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 7abe6cb9ccb..fb64bd0550b 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) ) "
