12 buildPythonPackage rec {
14 pname = "azure-mgmt-network";
18 inherit pname version;
20 sha256 = "85fdeb7a1a8d89be9b585396796b218b31b681590d57d82d3ea14cf1f2d20b4a";
23 propagatedBuildInputs = [
33 pythonNamespaces = [ "azure.mgmt" ];
35 pythonImportsCheck = [ "azure.mgmt.network" ];
38 description = "Microsoft Azure SDK for Python";
39 homepage = "https://github.com/Azure/azure-sdk-for-python";
40 license = licenses.mit;
41 maintainers = with maintainers; [ olcai maxwilson jonringer ];