diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2017-08-31 14:36:15 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-11-01 14:18:00 +0000 |
commit | 18ab06824dfc91f868cbfaac5f204bbf78713d35 (patch) | |
tree | 1a6785660122b8234ce6ea09cad24715bb67f334 | |
parent | 3d0ea25c807aacfd18176e06cae196b9981ba10a (diff) | |
download | sos-18ab06824dfc91f868cbfaac5f204bbf78713d35.tar.gz |
[dbus] add missing packages list
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/dbus.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/dbus.py b/sos/plugins/dbus.py index c8f3c6be..7e48e6d7 100644 --- a/sos/plugins/dbus.py +++ b/sos/plugins/dbus.py @@ -20,6 +20,7 @@ class Dbus(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): plugin_name = "dbus" profiles = ('system',) + packages = ('dbus',) def setup(self): self.add_copy_spec([ |