mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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 @@ (define-public python-libvirt
|
|||
(propagated-inputs
|
||||
(list python-lxml))
|
||||
(native-inputs
|
||||
(list pkg-config python-pytest))
|
||||
(list pkg-config python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://libvirt.org")
|
||||
(synopsis "Python bindings to libvirt")
|
||||
(description "This package provides Python bindings to the libvirt
|
||||
|
|
Loading…
Reference in a new issue