mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
aws/cli needs ffi
Our tests don’t expose this since our build env comes with ffi and all our test envs had the same ffi. But ubuntu 2023 has a bumped version, hence I discovered it. /cc @jheider
This commit is contained in:
parent
5c03157599
commit
17cec0aae1
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ versions:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ">=3.7"
|
python.org: ">=3.7"
|
||||||
|
sourceware.org/libffi: ^3
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue