mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-gobject: resolve missing packaging module during build
This commit is contained in:
parent
50d6e993be
commit
763d9a6efe
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-gobject'
|
# Template file for 'python3-gobject'
|
||||||
pkgname=python3-gobject
|
pkgname=python3-gobject
|
||||||
version=3.50.0
|
version=3.50.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dpython=python${py3_ver}"
|
configure_args="-Dpython=python${py3_ver}"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config python3-packaging-bootstrap"
|
||||||
makedepends="libglib-devel python3-cairo-devel python3-devel"
|
makedepends="libglib-devel python3-cairo-devel python3-devel"
|
||||||
depends="gir-freedesktop python3-cairo"
|
depends="gir-freedesktop python3-cairo"
|
||||||
checkdepends="python3-pytest pango python3-cairo gtk+3 xvfb-run"
|
checkdepends="python3-pytest pango python3-cairo gtk+3 xvfb-run"
|
||||||
|
|
Loading…
Add table
Reference in a new issue