summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2021-07-08 16:18:39 +0300
committerMart Raudsepp <leio@gentoo.org>2021-07-08 16:20:14 +0300
commit3f7ca329b0fc8021d08ba454fa489303823edca0 (patch)
tree7e7ef35fffb22211defb76fa5028268b33b8d823 /dev-python/pyatspi
parentdev-python/pyatspi: Enable py3.10 (diff)
downloadgentoo-3f7ca329b0fc8021d08ba454fa489303823edca0.tar.gz
gentoo-3f7ca329b0fc8021d08ba454fa489303823edca0.tar.bz2
gentoo-3f7ca329b0fc8021d08ba454fa489303823edca0.zip
dev-python/pyatspi: fix test depend to not bleed into RDEPEND
Fixes repoman warning "RDEPEND.suspect: 'test?' USE conditional in RDEPEND" Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-python/pyatspi')
-rw-r--r--dev-python/pyatspi/pyatspi-2.38.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pyatspi/pyatspi-2.38.1.ebuild b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
index 2adfdd78e14e..2f8ef1cb4534 100644
--- a/dev-python/pyatspi/pyatspi-2.38.1.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
@@ -22,13 +22,14 @@ DEPEND="
>=dev-libs/atk-2.11.2
dev-python/dbus-python[${PYTHON_USEDEP}]
>=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
- test? ( x11-libs/gtk+:3 )
"
RDEPEND="${DEPEND}
>=sys-apps/dbus-1
>=app-accessibility/at-spi2-core-2.34[introspection]
"
-BDEPEND="virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig
+ test? ( x11-libs/gtk+:3 )
+"
src_prepare() {
gnome2_src_prepare