Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@ function install_packages() {
"git"
"libffi-dev"
"libssl-dev"
# On 32-bit ARM (armv7l) there is no python-build-standalone
# binary, so uv falls back to the system interpreter and has to
# compile cffi from its sdist (no armv7 wheel exists). That build
# needs the CPython headers (Python.h), provided by python3-dev.
"python3-dev"
"whois"
)

Expand Down