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:
Efraim Flashner 2024-12-14 21:37:24 +02:00
parent 07aced5c2e
commit af027c815f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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