From 8e113c35cd45b7b6068982ff57a5ad8caf62fc9d Mon Sep 17 00:00:00 2001 From: Brenden Blanco Date: Sun, 29 Nov 2015 17:51:01 -0800 Subject: [PATCH] Fixup dependencies of bcc-tools package This should depend on python-bcc, which itself depends on libbcc. Fixes: #291 Signed-off-by: Brenden Blanco --- SPECS/bcc.spec | 3 +++ debian/control | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/bcc.spec b/SPECS/bcc.spec index 0965089e0961..e8bc377ffa87 100644 --- a/SPECS/bcc.spec +++ b/SPECS/bcc.spec @@ -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) diff --git a/debian/control b/debian/control index 2474d9f2dace..3c8bdc0628ea 100644 --- a/debian/control +++ b/debian/control @@ -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)