1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
parent 1d1fcaf4e9
commit dea6ac99ae

View File

@@ -15232,7 +15232,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)))