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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user