7 buildPythonPackage rec {
9 pname = "azure-mgmt-nspkg";
12 inherit pname version;
14 sha256 = "8b2287f671529505b296005e6de9150b074344c2c7d1c805b3f053d081d58c52";
17 propagatedBuildInputs = [ azure-nspkg ];
21 meta = with pkgs.lib; {
22 description = "Microsoft Azure SDK for Python";
23 homepage = "https://github.com/Azure/azure-sdk-for-python";
24 license = licenses.mit;
25 maintainers = with maintainers; [ olcai maxwilson ];