8 buildPythonPackage rec {
10 format = "setuptools";
11 pname = "azure-mgmt-nspkg";
14 inherit pname version;
16 sha256 = "8b2287f671529505b296005e6de9150b074344c2c7d1c805b3f053d081d58c52";
19 propagatedBuildInputs = [ azure-nspkg ];
23 meta = with pkgs.lib; {
24 description = "Microsoft Azure SDK for Python";
25 homepage = "https://github.com/Azure/azure-sdk-for-python";
26 license = licenses.mit;
27 maintainers = with maintainers; [