mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 15:23:00 +00:00
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:
parent
540563d0a8
commit
4ae571a7f2
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
* Bring back bootstrap-fix-include-next.diff which has been removed from
|
||||||
an unknown reason
|
an unknown reason
|
||||||
* Remove libc++experimental.a (seems to be not installed)
|
* 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
|
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 11 Jul 2019 11:11:46 +0200
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9.0), cmake, chrpath, texinfo, sharutils,
|
|||||||
ocaml-findlib [amd64 arm64 armhf i386 ppc64el s390x],
|
ocaml-findlib [amd64 arm64 armhf i386 ppc64el s390x],
|
||||||
libctypes-ocaml-dev [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],
|
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
|
Build-Conflicts: oprofile, ocaml, libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev
|
||||||
Standards-Version: 4.2.1
|
Standards-Version: 4.2.1
|
||||||
Homepage: https://www.llvm.org/
|
Homepage: https://www.llvm.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user