Embed the sysdeps_parser module in the install script for package dependency resolution. This method is more robust than the bash implementation and adds support for the new requirement specifiers. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
15 lines
381 B
JSON
15 lines
381 B
JSON
{
|
|
"debian": [
|
|
"python3-virtualenv",
|
|
"python3-dev",
|
|
"libopenjp2-7",
|
|
"libsodium-dev",
|
|
"zlib1g-dev",
|
|
"libjpeg-dev",
|
|
"packagekit",
|
|
"wireless-tools; distro_id != 'ubuntu' or distro_version <= '24.04'",
|
|
"iw; distro_id == 'ubuntu' and distro_version >= '24.10'",
|
|
"curl",
|
|
"build-essential"
|
|
]
|
|
} |