commit: 3a8290313911f062c3b046036f4c302954436977 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Jan 10 02:10:46 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Jan 10 02:17:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a829031
dev-python/pyatspi: Fix test deps Closes: https://bugs.gentoo.org/739730 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-python/pyatspi/pyatspi-2.36.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyatspi/pyatspi-2.36.0.ebuild b/dev-python/pyatspi/pyatspi-2.36.0.ebuild index 803dd65fb50..fc64d663390 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() {
