mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00: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:
committed by
Andreas Enge
parent
562a4aa660
commit
3807fe3116
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user