Skip to content

Commit

Permalink
Fixup dependencies of bcc-tools package
Browse files Browse the repository at this point in the history
This should depend on python-bcc, which itself depends on libbcc.

Fixes: iovisor#291
Signed-off-by: Brenden Blanco <[email protected]>
  • Loading branch information
Brenden Blanco committed Nov 30, 2015
1 parent 1c7debd commit 8e113c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions SPECS/bcc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,19 @@ Shared Library for BPF Compiler Collection (BCC)

%package -n libbcc-examples
Summary: Examples for BPF Compiler Collection (BCC)
Requires: libbcc
%description -n libbcc-examples
Examples for BPF Compiler Collection (BCC)

%package -n python-bcc
Summary: Python bindings for BPF Compiler Collection (BCC)
Requires: libbcc
%description -n python-bcc
Python bindings for BPF Compiler Collection (BCC)

%package -n bcc-tools
Summary: Command line tools for BPF Compiler Collection (BCC)
Requires: python-bcc
%description -n bcc-tools
Command line tools for BPF Compiler Collection (BCC)

Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Depends: libbcc, python
Description: Python wrappers for BPF Compiler Collection (BCC)

Package: bcc-tools
Architecture: amd64
Depends: libbcc, python
Architecture: all
Depends: python-bcc
Description: Command line tools for BPF Compiler Collection (BCC)

0 comments on commit 8e113c3

Please sign in to comment.