15 buildPythonPackage rec {
20 disabled = pythonOlder "3.9";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-GIEsP8+RJMIehsBbZWpIRXCdqxm042lPbYTHY7/fknM=";
46 # No running SSH available
49 ] ++ lib.optionals stdenv.isDarwin [
53 pythonImportsCheck = [
58 description = "Collection of APIs that help with remote controlling a Greenbone Security Manager";
59 homepage = "https://github.com/greenbone/python-gvm";
60 changelog = "https://github.com/greenbone/python-gvm/releases/tag/v${version}";
61 license = with licenses; [ gpl3Plus ];
62 maintainers = with maintainers; [ fab ];