Skip to content

Commit 1d8daaa

Browse files
chantrayonghong-song
authored andcommitted
build: Remove dependency on LLVM header from libbcc packages
This is essentially reverting #4921 Signed-off-by: Manu Bretelle <[email protected]>
1 parent 5b8e284 commit 1d8daaa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

SPECS/bcc.spec

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ BuildRequires: llvm-static
5656
%endif
5757
%endif
5858
BuildRequires: pkgconfig ncurses-devel
59-
Requires: llvm-devel
6059

6160
%description
6261
Python bindings for BPF Compiler Collection (BCC). Control a BPF program from

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Package: libbcc
2020
Architecture: any
2121
Provides: libbpfcc, libbpfcc-dev
2222
Conflicts: libbpfcc, libbpfcc-dev
23-
Depends: libc6, libstdc++6, libelf1, llvm-12-dev
23+
Depends: libc6, libstdc++6, libelf1
2424
# add 'libdebuginfod1' to Depends if built with libdebuginfod support
2525
Description: Shared Library for BPF Compiler Collection (BCC)
2626
Shared Library for BPF Compiler Collection to control BPF programs

0 commit comments

Comments
 (0)