Commit 8e113c35 authored by Brenden Blanco's avatar Brenden Blanco

Fixup dependencies of bcc-tools package

This should depend on python-bcc, which itself depends on libbcc.

Fixes: #291
Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
parent 1c7debd5
......@@ -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)
......
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment