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-03-10 13:25:24 +08:00 committed by Maxine Aubrey
parent ba69532efc
commit 10a97295a2
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -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