diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-27 04:41:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-27 04:41:59 +0000 |
commit | b2c6c3111d30ebf829d9c83db6de47205fd05126 (patch) | |
tree | b56fee402335a3deff040c92c1e02fa19037d53c | |
parent | Reordering nodoc filter in rules for consistency. (diff) | |
download | libyang3-b2c6c3111d30ebf829d9c83db6de47205fd05126.tar.xz libyang3-b2c6c3111d30ebf829d9c83db6de47205fd05126.zip |
Adding tcl-expect to build-depends to fix test failures on armel, armhf and i386.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b84a4f0..780354a 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: libcmocka-dev <!nocheck>, libpcre2-dev, pkgconf, + tcl-expect <!nocheck>, tclsh <!nocheck>, Rules-Requires-Root: no Standards-Version: 4.7.0 |