diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-01-09 21:10:46 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-01-09 21:17:41 -0500 |
commit | 3a8290313911f062c3b046036f4c302954436977 (patch) | |
tree | 2f22c0da8169b40a0670e275d35fb09ea1e4fb9c /dev-python | |
parent | media-gfx/gnome-screenshot: Version bump to 3.38.0 (diff) | |
download | gentoo-3a8290313911f062c3b046036f4c302954436977.tar.gz gentoo-3a8290313911f062c3b046036f4c302954436977.tar.bz2 gentoo-3a8290313911f062c3b046036f4c302954436977.zip |
dev-python/pyatspi: Fix test deps
Closes: https://bugs.gentoo.org/739730
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyatspi/pyatspi-2.36.0.ebuild | 4 |
1 files 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 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() { |