From 3a8290313911f062c3b046036f4c302954436977 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 9 Jan 2021 21:10:46 -0500 Subject: dev-python/pyatspi: Fix test deps Closes: https://bugs.gentoo.org/739730 Signed-off-by: Matt Turner --- dev-python/pyatspi/pyatspi-2.36.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/pyatspi') diff --git a/dev-python/pyatspi/pyatspi-2.36.0.ebuild b/dev-python/pyatspi/pyatspi-2.36.0.ebuild index 803dd65fb50e..fc64d6633908 100644 --- a/dev-python/pyatspi/pyatspi-2.36.0.ebuild +++ b/dev-python/pyatspi/pyatspi-2.36.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,7 +29,7 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND} virtual/pkgconfig - test? ( sys-apps/dbus ) + test? ( dev-libs/dbus-glib ) " src_prepare() { -- cgit v1.2.3-65-gdbad