Install python3-setuptools as it seems that lldb moved to python 3 Was failing with "ModuleNotFoundError: No module named 'distutils.sysconfig'"

This commit is contained in:
Sylvestre Ledru 2019-07-12 16:27:19 +02:00
parent 540563d0a8
commit 4ae571a7f2
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Thu, 11 Jul 2019 11:11:46 +0200

2
debian/control vendored
View File

@ -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/