mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-libvirt: Fix build.
* gnu/packages/virtualization.scm (python-libvirt)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I3f5ada563ad66b67e2d0b67a027ff8efad9bce99
This commit is contained in:
parent
07aced5c2e
commit
af027c815f
1 changed files with 1 additions and 1 deletions
|
@ -1695,7 +1695,7 @@ three libraries:
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-lxml))
|
(list python-lxml))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config python-pytest))
|
(list pkg-config python-pytest python-setuptools python-wheel))
|
||||||
(home-page "https://libvirt.org")
|
(home-page "https://libvirt.org")
|
||||||
(synopsis "Python bindings to libvirt")
|
(synopsis "Python bindings to libvirt")
|
||||||
(description "This package provides Python bindings to the libvirt
|
(description "This package provides Python bindings to the libvirt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue