gnu: libgweather: Add python to native inputs.

* gnu/packages/gnome.scm (libgweather)[native-inputs]: Add python.
This commit is contained in:
Maxim Cournoyer 2021-12-26 19:42:50 -05:00
parent 235a083103
commit ac1f60f4fe
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -5526,6 +5526,7 @@ (define-public libgweather
`(("glib:bin" ,glib "bin") ; for glib-mkenums
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
("python" ,python)
("vala" ,vala)
("intltool" ,intltool)
("python-pygobject" ,python-pygobject)))