10 buildPythonPackage rec {
11 pname = "azure-mgmt-devspaces";
13 format = "setuptools";
16 inherit pname version;
18 sha256 = "0dvjsr9i87j1ggbj3dcmgifpk64xr5f5ziwf7z1fwkcx0szcid7k";
21 propagatedBuildInputs = [
31 description = "This is the Microsoft Azure Dev Spaces Client Library";
32 homepage = "https://github.com/Azure/azure-sdk-for-python";
33 license = licenses.mit;
34 maintainers = with maintainers; [ maxwilson ];