net-libs/telepathy-qt: Move binary-only test depends to BDEPEND
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 17 Nov 2019 12:38:33 +0000 (13:38 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 17 Nov 2019 12:46:06 +0000 (13:46 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild

index 1cbcf4aedb6511b4f234481c0e12fe1b034bc587..9b23122c98de7a368ea44c8ee2da18da155001a3 100644 (file)
@@ -29,17 +29,18 @@ RDEPEND="
 DEPEND="${RDEPEND}
        test? (
                dev-libs/dbus-glib
-               dev-libs/glib:2
                dev-qt/qttest:5
+       )
+"
+BDEPEND="${PYTHON_DEPS}
+       virtual/pkgconfig
+       test? (
+               dev-libs/glib:2
                $(python_gen_any_dep '
                        dev-python/dbus-python[${PYTHON_USEDEP}]
                ')
        )
 "
-BDEPEND="
-       ${PYTHON_DEPS}
-       virtual/pkgconfig
-"
 RESTRICT="!test? ( test )"
 
 python_check_deps() {