6 , azure-mgmt-datalake-nspkg
9 buildPythonPackage rec {
10 pname = "azure-mgmt-datalake-analytics";
14 inherit pname version;
16 sha256 = "0d64c4689a67d6138eb9ffbaff2eda2bace7d30b846401673183dcb42714de8f";
19 propagatedBuildInputs = [
22 azure-mgmt-datalake-nspkg
25 pythonNamespaces = [ "azure.mgmt.datalake" ];
31 description = "This is the Microsoft Azure Data Lake Analytics Management Client Library";
32 homepage = "https://github.com/Azure/azure-sdk-for-python";
33 license = licenses.mit;
34 maintainers = with maintainers; [ maxwilson ];