python3Packages.python-dbusmock: Add missing gobject-introspection

This is needed to find GLib typelib:
ImportError: cannot import name GLib, introspection typelib not found
This commit is contained in:
Bobby Rong
2024-04-22 21:11:14 +02:00
committed by Maxine Aubrey
parent ba69532efc
commit 10a97295a2
@@ -3,6 +3,7 @@
, fetchFromGitHub
, nose
, dbus
, gobject-introspection
, dbus-python
, pygobject3
, bluez
@@ -40,6 +41,7 @@ in buildPythonPackage rec {
nativeCheckInputs = [
dbus
gobject-introspection
pygobject3
bluez
pbap-client