This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new cbab140  [DATALAB-2746]: Fixed issue with depricate library
     new e16bdd3  Merge pull request #1474 from a1expol/develop
cbab140 is described below

commit cbab1402838b9fcf4fa0c33200c6786e11c5bde7
Author: Oleksandr Polishchuk <[email protected]>
AuthorDate: Tue Mar 22 18:56:38 2022 +0200

    [DATALAB-2746]: Fixed issue with depricate library
---
 .../src/base/scripts/install_prerequisites.py                        | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/base/scripts/install_prerequisites.py 
b/infrastructure-provisioning/src/base/scripts/install_prerequisites.py
index 95cf0dc..06135ee 100644
--- a/infrastructure-provisioning/src/base/scripts/install_prerequisites.py
+++ b/infrastructure-provisioning/src/base/scripts/install_prerequisites.py
@@ -36,7 +36,10 @@ parser = argparse.ArgumentParser()
 parser.add_argument('--hostname', type=str, default='')
 parser.add_argument('--keyfile', type=str, default='')
 parser.add_argument('--pip_packages', type=str,
-                    default='boto3 argparse fabric awscli 
google-api-python-client google-auth-httplib2 google-cloud-storage pycryptodome 
azure==2.0.0')
+                    default='boto3 argparse fabric awscli 
google-api-python-client google-auth-httplib2 '
+                            'google-cloud-storage pycryptodome 
azure-storage-blob azure-datalake-store '
+                            'azure-mgmt-compute azure-mgmt-network 
azure-mgmt-resource azure-mgmt-storage '
+                            'azure-mgmt-datalake-store azure-identity')
 parser.add_argument('--additional_config', type=str, 
default='{"empty":"string"}')
 parser.add_argument('--user', type=str, default='')
 parser.add_argument('--edge_private_ip', type=str, default='')

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to