9 buildPythonPackage rec {
10 pname = "azure-mgmt-devspaces";
14 inherit pname version;
16 sha256 = "0dvjsr9i87j1ggbj3dcmgifpk64xr5f5ziwf7z1fwkcx0szcid7k";
19 propagatedBuildInputs = [
29 description = "This is the Microsoft Azure Dev Spaces Client Library";
30 homepage = "https://github.com/Azure/azure-sdk-for-python";
31 license = licenses.mit;
32 maintainers = with maintainers; [ maxwilson ];