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) ...@@ -51,16 +51,19 @@ Shared Library for BPF Compiler Collection (BCC)
%package -n libbcc-examples %package -n libbcc-examples
Summary: Examples for BPF Compiler Collection (BCC) Summary: Examples for BPF Compiler Collection (BCC)
Requires: libbcc
%description -n libbcc-examples %description -n libbcc-examples
Examples for BPF Compiler Collection (BCC) Examples for BPF Compiler Collection (BCC)
%package -n python-bcc %package -n python-bcc
Summary: Python bindings for BPF Compiler Collection (BCC) Summary: Python bindings for BPF Compiler Collection (BCC)
Requires: libbcc
%description -n python-bcc %description -n python-bcc
Python bindings for BPF Compiler Collection (BCC) Python bindings for BPF Compiler Collection (BCC)
%package -n bcc-tools %package -n bcc-tools
Summary: Command line tools for BPF Compiler Collection (BCC) Summary: Command line tools for BPF Compiler Collection (BCC)
Requires: python-bcc
%description -n bcc-tools %description -n bcc-tools
Command line tools for BPF Compiler Collection (BCC) Command line tools for BPF Compiler Collection (BCC)
......
...@@ -24,6 +24,6 @@ Depends: libbcc, python ...@@ -24,6 +24,6 @@ Depends: libbcc, python
Description: Python wrappers for BPF Compiler Collection (BCC) Description: Python wrappers for BPF Compiler Collection (BCC)
Package: bcc-tools Package: bcc-tools
Architecture: amd64 Architecture: all
Depends: libbcc, python Depends: python-bcc
Description: Command line tools for BPF Compiler Collection (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