mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
glib: require setuptools in -devel for distutils
This commit is contained in:
parent
c6cc25a351
commit
efbcf9d081
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glib'
|
# Template file for 'glib'
|
||||||
pkgname=glib
|
pkgname=glib
|
||||||
version=2.78.0
|
version=2.78.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=meson
|
build_style=meson
|
||||||
# static version is necessary for qemu-user-static;
|
# static version is necessary for qemu-user-static;
|
||||||
# also disable LTO, otherwise there are multiple failures when linking qemu
|
# also disable LTO, otherwise there are multiple failures when linking qemu
|
||||||
|
@ -57,7 +57,7 @@ libglib-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
glib-devel_package() {
|
glib-devel_package() {
|
||||||
depends="python3 libglib-devel>=${version}_${revision}"
|
depends="python3-setuptools libglib-devel>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
python_version=3
|
python_version=3
|
||||||
pycompile_dirs="usr/share/glib-2.0/codegen usr/share/glib-2.0/gdb"
|
pycompile_dirs="usr/share/glib-2.0/codegen usr/share/glib-2.0/gdb"
|
||||||
|
|
Loading…
Add table
Reference in a new issue