8 buildPythonPackage rec {
10 pname = "azure-nspkg";
13 inherit pname version;
15 sha256 = "e7d3cea6af63e667d87ba1ca4f8cd7cb4dfca678e4c55fc1cedb320760e39dd0";
21 description = "Microsoft Azure SDK for Python";
22 homepage = "https://github.com/Azure/azure-sdk-for-python";
23 license = licenses.mit;
24 maintainers = with maintainers; [ olcai maxwilson ];