mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(qemu)
mesonbuild needs python as a dep for libpython; so we need to match its version, unless we pass python in https://github.com/pkgxdev/libpkgx/discussions/67
This commit is contained in:
parent
4b999e154b
commit
148706806b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
gnu.org/bison: '*'
|
gnu.org/bison: '*'
|
||||||
github.com/westes/flex: '*'
|
github.com/westes/flex: '*'
|
||||||
python.org: '<3.10'
|
python.org: ~3.11
|
||||||
ninja-build.org: '*'
|
ninja-build.org: '*'
|
||||||
mesonbuild.com: '*'
|
mesonbuild.com: '*'
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue