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