mirror of
https://github.com/pengutronix/monitoring-check-systemd-service.git
synced 2025-07-23 13:54:44 +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:
|
try:
|
||||||
from gi.repository.Gio import DBusProxy, BusType
|
from gi.repository.Gio import DBusProxy, BusType
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
print("Please install python-gi")
|
print("Please install python3-gi")
|
||||||
raise e
|
raise e
|
||||||
|
|
||||||
_log = logging.getLogger('nagiosplugin')
|
_log = logging.getLogger('nagiosplugin')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user