16 buildPythonPackage rec {
21 disabled = pythonOlder "3.9";
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-n4Izhtqs6awEtnt4r915ZtyHQnM49ExbuAzqJw/CNa0=";
30 build-system = [ poetry-core ];
32 pythonRelaxDeps = [ "defusedxml" ];
47 # No running SSH available
50 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "test_feed_xml_error" ];
52 pythonImportsCheck = [ "gvm" ];
55 description = "Collection of APIs that help with remote controlling a Greenbone Security Manager";
56 homepage = "https://github.com/greenbone/python-gvm";
57 changelog = "https://github.com/greenbone/python-gvm/releases/tag/v${version}";
58 license = with licenses; [ gpl3Plus ];
59 maintainers = with maintainers; [ fab ];