Add python-pygments as dep of llvm-7-tools because opt-viewer.py needs it

This commit is contained in:
Sylvestre Ledru 2018-10-06 23:05:03 +02:00
parent 396b6bf1eb
commit 8b2eb31519
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
llvm-toolchain-7 (1:7-6) UNRELEASED; urgency=medium
* Add python-pygments as dep of llvm-7-tools because
opt-viewer.py needs it
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 06 Oct 2018 23:04:24 +0200
llvm-toolchain-7 (1:7-5) unstable; urgency=medium
* In debci, run qualify-clang.sh in verbose mode

2
debian/control vendored
View File

@ -294,7 +294,7 @@ Description: Modular compiler and toolchain technologies, libraries and headers
Package: llvm-7-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
llvm-7-dev (= ${binary:Version})
llvm-7-dev (= ${binary:Version}), python-pygments
Description: Modular compiler and toolchain technologies, tools
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other