diff options
author | Bryan Hundven <bryanhundven@skytap.com> | 2023-02-28 13:30:52 -0800 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-03-01 20:06:29 +1300 |
commit | 9a08601c1a90c108a4d7188566c1a9cac13350f6 (patch) | |
tree | a5e3929817bb86c0bdf7c3fcf74180c7715806aa /debian | |
parent | 287fccb8bcd0d06b5bb825c680c6b984f7b4728c (diff) | |
download | crosstool-ng-9a08601c1a90c108a4d7188566c1a9cac13350f6.tar.gz crosstool-ng-9a08601c1a90c108a4d7188566c1a9cac13350f6.tar.bz2 crosstool-ng-9a08601c1a90c108a4d7188566c1a9cac13350f6.zip |
Add missing dependencies for Debian build
Add unzip and python3-dev
Fixes #1905
Signed-off-by: Bryan Hundven <bryanhundven@skytap.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
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 <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/ |