mirror of
https://github.com/pengutronix/monitoring-check-systemd-service.git
synced 2025-07-22 13:24:36 +02:00
we use python3 so ... give a correct packagename
This commit is contained in:
parent
a9d7e4d791
commit
ca9806c67b
@ -16,7 +16,7 @@ except ImportError as e:
|
||||
try:
|
||||
from gi.repository.Gio import DBusProxy, BusType
|
||||
except ImportError as e:
|
||||
print("Please install python-gi")
|
||||
print("Please install python3-gi")
|
||||
raise e
|
||||
|
||||
_log = logging.getLogger('nagiosplugin')
|
||||
|
Loading…
x
Reference in New Issue
Block a user