Add missing dependencies for Debian build

Add unzip and python3-dev

Fixes #1905

Signed-off-by: Bryan Hundven <bryanhundven@skytap.com>
This commit is contained in:
Bryan Hundven 2023-02-28 13:30:52 -08:00 committed by Chris Packham
parent 287fccb8bc
commit 9a08601c1a

3
debian/control vendored
View File

@ -4,7 +4,8 @@ Priority: optional
Maintainer: Multiple Candidates <open@example.com>
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/