diff --git a/debian/changelog b/debian/changelog index 7d5c4c71..4b47fea2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ llvm-toolchain-snapshot (1:9~svn365742-1~exp1) experimental; urgency=medium * Bring back bootstrap-fix-include-next.diff which has been removed from an unknown reason * Remove libc++experimental.a (seems to be not installed) + * Install python3-setuptools as it seems that lldb moved to python 3 + Was failing with "ModuleNotFoundError: No module named 'distutils.sysconfig'" -- Sylvestre Ledru Thu, 11 Jul 2019 11:11:46 +0200 diff --git a/debian/control b/debian/control index 6694e79b..a5c45b81 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9.0), cmake, chrpath, texinfo, sharutils, ocaml-findlib [amd64 arm64 armhf i386 ppc64el s390x], libctypes-ocaml-dev [amd64 arm64 armhf i386 ppc64el s390x], dh-exec, dh-ocaml [amd64 arm64 armhf i386 ppc64el s390x], - libpfm4-dev + libpfm4-dev, python3-setuptools Build-Conflicts: oprofile, ocaml, libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev Standards-Version: 4.2.1 Homepage: https://www.llvm.org/