9 buildPythonPackage rec {
11 version = "2021.6.25";
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "sha256-1g4FCSMyS8T6F/T8BOqak4h1nJis8g9jaOluA4FTNpA=";
19 propagatedBuildInputs = [
25 # no tests in sdist and no other download available
28 pythonImportsCheck = [ "netapp_lib" ];
31 description = "netapp-lib is required for Ansible deployments to interact with NetApp storage systems";
32 homepage = "https://netapp.io/";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ SuperSandro2000 ];