spice: virt-viewer: Include python3

This commit is contained in:
Collin J. Doering 2022-01-22 12:28:27 -05:00
parent 203386cd2a
commit b982f2006f
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@
(native-inputs
`(("glib:bin" ,glib "bin")
("intltool" ,intltool)
("pkg-config" ,pkg-config)))
("pkg-config" ,pkg-config)
("python3" ,python3)))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.59))