dev-libs/gobject-introspection: Add missing test dep
authorMatt Turner <mattst88@gentoo.org>
Sat, 19 Oct 2019 21:16:03 +0000 (14:16 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 21 Oct 2019 19:40:46 +0000 (12:40 -0700)
Closes: https://bugs.gentoo.org/693408
Signed-off-by: Matt Turner <mattst88@gentoo.org>
dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild

index 4b9721af843e7a9db56438d3e827581ef8e0cf86..ecde3bca4d51eee8afe5786a8f0962c8ac09eaa1 100644 (file)
@@ -35,7 +35,9 @@ DEPEND="${RDEPEND}
        >=dev-util/gtk-doc-am-1.19
        sys-devel/bison
        sys-devel/flex
-       test? ( x11-libs/cairo[glib] )
+       test? (
+               x11-libs/cairo[glib]
+               dev-python/markdown[${PYTHON_USEDEP}] )
 " # autoreconf needs autoconf-archive
 # PDEPEND to avoid circular dependencies, bug #391213; but needed for tests, thus test DEPEND as well
 PDEPEND="cairo? ( x11-libs/cairo[glib] )"