Skip to content
7 changes: 6 additions & 1 deletion anda/system/submarine/submarine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ Release: 1%?dist
Summary: Experimental bootloader for ChomeOS's depthcharge
License: GPL-3.0
URL: https://github.com/FyraLabs/submarine
BuildRequires: make gcc flex bison elfutils-devel parted vboot-utils golang xz bc openssl-devel git depthcharge-tools uboot-tools
BuildRequires: make gcc flex bison elfutils-devel parted vboot-utils golang xz bc openssl-devel git depthcharge-tools uboot-tools openssl-devel-engine
%ifarch aarch64
BuildRequires: python3-importlib-metadata
BuildRequires: python3-packaging
BuildRequires: python3-importlib-resources
%endif

%description
An experimental bootloader for ChomeOS's depthcharge.
Expand Down
Loading