1 { lib, buildPythonPackage, fetchPypi, isPy27
8 buildPythonPackage rec {
10 pname = "azure-mgmt-managedservices";
14 inherit pname version;
15 sha256 = "ec0cb3858bcf8edf5eee0eddee81560424eb84352e0df082ddc94eb99badfd5e";
19 propagatedBuildInputs = [
29 pythonImportsCheck = [ "azure.common" "azure.mgmt.managedservices" ];
32 description = "Microsoft Azure Managed Services Client Library for Python";
33 homepage = "https://github.com/Azure/azure-sdk-for-python";
34 license = licenses.mit;
35 maintainers = with maintainers; [ jonringer ];