12 buildPythonPackage rec {
17 src = fetchFromGitLab {
19 repo = "libvirt-python";
21 hash = "sha256-dPjT9PRoUzNrY79yejAW/sbkMr0fpLif7IKZIW/K3KI=";
24 build-system = [ setuptools ];
26 nativeBuildInputs = [ pkg-config ];
32 pythonImportsCheck = [ "libvirt" ];
34 nativeCheckInputs = [ pytestCheckHook ];
37 homepage = "https://libvirt.org/python.html";
38 description = "libvirt Python bindings";
39 license = licenses.lgpl2;
40 maintainers = [ maintainers.fpletz ];