Add python3-pexpect in the build dep for lldb

This commit is contained in:
Sylvestre Ledru 2024-03-08 19:27:17 +01:00
parent 7c735bfe61
commit 742438d44d
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
llvm-toolchain-snapshot (1:19~++20240304085905+c7fdd8c11e54-1~exp2) UNRELEASED; urgency=medium llvm-toolchain-snapshot (1:19~++20240304085905+c7fdd8c11e54-1~exp2) UNRELEASED; urgency=medium
* Make libclang-common-19-dev architecture dependent. * Make libclang-common-19-dev architecture dependent.
* Add python3-pexpect in the build dep for lldb
-- Matthias Klose <doko@debian.org> Tue, 05 Mar 2024 23:37:18 +0100 -- Matthias Klose <doko@debian.org> Tue, 05 Mar 2024 23:37:18 +0100

2
debian/control vendored
View File

@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
lcov, procps, help2man, lcov, procps, help2man,
zlib1g-dev, libzstd-dev, zlib1g-dev, libzstd-dev,
g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32], g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32],
libjs-mathjax, python3-myst-parser | python3-recommonmark, libjs-mathjax, python3-myst-parser | python3-recommonmark, python3-pexpect,
doxygen, doxygen,
ocaml-base [amd64 arm64 armhf ppc64el riscv64 s390x] | ocaml-nox [amd64 arm64 armhf ppc64el riscv64 s390x], ocaml-base [amd64 arm64 armhf ppc64el riscv64 s390x] | ocaml-nox [amd64 arm64 armhf ppc64el riscv64 s390x],
ocaml-findlib [amd64 arm64 armhf ppc64el riscv64 s390x], ocaml-findlib [amd64 arm64 armhf ppc64el riscv64 s390x],

2
debian/control.in vendored
View File

@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
lcov, procps, help2man, lcov, procps, help2man,
zlib1g-dev, libzstd-dev, zlib1g-dev, libzstd-dev,
g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32], g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32],
libjs-mathjax, python3-myst-parser | python3-recommonmark, libjs-mathjax, python3-myst-parser | python3-recommonmark, python3-pexpect,
doxygen, doxygen,
ocaml-base [amd64 arm64 armhf ppc64el riscv64 s390x] | ocaml-nox [amd64 arm64 armhf ppc64el riscv64 s390x], ocaml-base [amd64 arm64 armhf ppc64el riscv64 s390x] | ocaml-nox [amd64 arm64 armhf ppc64el riscv64 s390x],
ocaml-findlib [amd64 arm64 armhf ppc64el riscv64 s390x], ocaml-findlib [amd64 arm64 armhf ppc64el riscv64 s390x],