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