7 azure-mgmt-datalake-nspkg,
10 buildPythonPackage rec {
11 pname = "azure-mgmt-datalake-analytics";
13 format = "setuptools";
16 inherit pname version;
18 sha256 = "0d64c4689a67d6138eb9ffbaff2eda2bace7d30b846401673183dcb42714de8f";
21 propagatedBuildInputs = [
24 azure-mgmt-datalake-nspkg
27 pythonNamespaces = [ "azure.mgmt.datalake" ];
33 description = "This is the Microsoft Azure Data Lake Analytics Management Client Library";
34 homepage = "https://github.com/Azure/azure-sdk-for-python";
35 license = licenses.mit;
36 maintainers = with maintainers; [ maxwilson ];