mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
apparently node won't build with python 3.11
This commit is contained in:
parent
d4aa2e3a06
commit
7f339fea48
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
python.org: ^3.10
|
python.org: '>=3.7 <3.11'
|
||||||
freedesktop.org/pkg-config: ^0.29
|
freedesktop.org/pkg-config: ^0.29
|
||||||
script: |
|
script: |
|
||||||
./configure $ARGS
|
./configure $ARGS
|
||||||
|
|
Loading…
Reference in a new issue