From 9a08601c1a90c108a4d7188566c1a9cac13350f6 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Tue, 28 Feb 2023 13:30:52 -0800 Subject: [PATCH] Add missing dependencies for Debian build Add unzip and python3-dev Fixes #1905 Signed-off-by: Bryan Hundven --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 02be6379..fa6a5f1e 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: Multiple Candidates Build-Depends: debhelper (>= 9), autoconf, automake, autotools-dev, libncursesw5-dev, libncurses5-dev, bison, flex, curl, wget, - texinfo, help2man, gawk, git, subversion, bzip2, libtool-bin + texinfo, help2man, gawk, git, subversion, bzip2, libtool-bin, + unzip, python3-dev Standards-Version: 3.9.8 Homepage: http://crosstool-ng.org/