12 buildPythonPackage rec {
13 pname = "azure-mgmt-devtestlabs";
15 format = "setuptools";
18 inherit pname version;
20 sha256 = "d8160d93fd3d947e5613c6919176b0edf72c94ac69679ea3b92cf27ff7398e64";
23 propagatedBuildInputs = [
28 ] ++ lib.optionals (!isPy3k) [
32 pythonNamespaces = [ "azure.mgmt" ];
38 description = "This is the Microsoft Azure DevTestLabs Management Client Library";
39 homepage = "https://github.com/Azure/azure-sdk-for-python";
40 license = licenses.mit;
41 maintainers = with maintainers; [ jonringer maxwilson ];