diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-03-06 16:25:36 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 16:25:41 +0100 |
| commit | e4744b12e47ae87189fe43a000955c3549716fec (patch) | |
| tree | e5908b05e055a0777df35a2946f33dbbaf50c979 /gnu/packages/python-xyz.scm | |
| parent | 65d7be9eb95340324ad0f8cd813edb4d5ca21dd1 (diff) | |
gnu: python-dbusmock: Refresh input.
* gnu/packages/python-xyz.scm (python-dbusmock)[propagated-inputs]:
Replace python-dbus-python by python-dbus.
Change-Id: Iee8b59e56e572af39ad23c2c8409c2a6236e9c0e
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 94054d11815..0351b09ab5a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28732,7 +28732,7 @@ implementation of the D-Bus protocol.") (loop))))))))))))) (native-inputs (list python-pytest python-setuptools upower which)) (inputs (list dbus)) - (propagated-inputs (list python-dbus-python python-pygobject)) + (propagated-inputs (list python-dbus python-pygobject)) (home-page "https://github.com/martinpitt/python-dbusmock") (synopsis "Python library for mock D-Bus objects") (description |
