13 buildPythonPackage rec {
14 pname = "azure-mgmt-devtestlabs";
16 format = "setuptools";
19 inherit pname version;
21 sha256 = "d8160d93fd3d947e5613c6919176b0edf72c94ac69679ea3b92cf27ff7398e64";
24 propagatedBuildInputs = [
29 ] ++ lib.optionals (!isPy3k) [ azure-mgmt-nspkg ];
31 pythonNamespaces = [ "azure.mgmt" ];
37 description = "This is the Microsoft Azure DevTestLabs Management Client Library";
38 homepage = "https://github.com/Azure/azure-sdk-for-python";
39 license = licenses.mit;
40 maintainers = with maintainers; [