gnu: python-dbus-1.2: Fix build on python-3.12.

* gnu/packages/python-xyz.scm: (python-dbus-1.2)[native-inputs]: Add
python-setuptools.

Change-Id: Id93ac8629e22c66ddbeb67e5d0ff71ba1e54bae1
This commit is contained in:
Sharlatan Hellseher
2026-03-24 18:44:08 +00:00
committed by Andreas Enge
parent 562a4aa660
commit 3807fe3116

View File

@@ -15318,7 +15318,8 @@ recommended way to use GLib from Python.")
(base32 "0q3jrw515z98mqdk9x822nd95rky455zz9876f1nqna5igkd3gcj"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
(list pkg-config
python-setuptools))
(inputs
`(("python" ,python-wrapper)
("dbus-glib" ,dbus-glib)))