python3-gobject: force dependency order.
This commit is contained in:
parent
54af24fbde
commit
b42b3b9080
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue