python3-gobject: force dependency order.

This commit is contained in:
Leah Neukirchen 2019-12-23 15:24:49 +01:00
parent 54af24fbde
commit b42b3b9080

View file

@ -7,7 +7,7 @@ build_style=meson
build_helper="gir"
configure_args="-Dpython=python${py3_ver}"
pycompile_module="gi pygtkcompat"
hostmakedepends="pkg-config python3"
hostmakedepends="pkg-config python3 python3-MarkupSafe"
makedepends="libglib-devel python3-cairo-devel python3-devel"
depends="gir-freedesktop python3-cairo"
short_desc="Python3 bindings for GObject"