From 0e72d049274bf4cccfc17931330aa65a9ef1df68 Mon Sep 17 00:00:00 2001 From: Tamir Kamara <26870601+tamirkamara@users.noreply.github.com> Date: Tue, 4 Jul 2023 06:41:20 +0000 Subject: [PATCH 1/3] update cli install method to fix dependency issue --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index 2bbeeadfc9..00f1dd8f4b 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -10,7 +10,7 @@ pip-install: ## install required dependencides install-cli: ## install CLI (note, run `source <(_TRE_COMPLETE=bash_source tre)` to set up bash completion) sudo rm -rf build dist tre.egg-info - sudo python setup.py install + sudo pip install . build-package: ## build package ./scripts/build.sh From b9728d8d3fe4afecc74130315a3863f588044165 Mon Sep 17 00:00:00 2001 From: Tamir Kamara <26870601+tamirkamara@users.noreply.github.com> Date: Tue, 4 Jul 2023 06:48:55 +0000 Subject: [PATCH 2/3] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a73f192bd9..005c8e948f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ BUG FIXES: * Fix airlock_notifier not getting the right smtp password ([#3561](https://github.com/microsoft/AzureTRE/issues/3561)) * Fix issue when deleting failed resources gives no steps ([#3567](https://github.com/microsoft/AzureTRE/issues/3567)) * Fix airlock_notifier not getting the right smtp password ([#3565](https://github.com/microsoft/AzureTRE/issues/3565)) +* Update CLI install method to fix dependency issue ([#TBD](https://github.com/microsoft/AzureTRE/issues/TBD)) COMPONENTS: From b987e49c6af29f7420d603413a2a8ebb542f776d Mon Sep 17 00:00:00 2001 From: Tamir Kamara <26870601+tamirkamara@users.noreply.github.com> Date: Tue, 4 Jul 2023 09:54:29 +0300 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005c8e948f..9a2b743fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ BUG FIXES: * Fix airlock_notifier not getting the right smtp password ([#3561](https://github.com/microsoft/AzureTRE/issues/3561)) * Fix issue when deleting failed resources gives no steps ([#3567](https://github.com/microsoft/AzureTRE/issues/3567)) * Fix airlock_notifier not getting the right smtp password ([#3565](https://github.com/microsoft/AzureTRE/issues/3565)) -* Update CLI install method to fix dependency issue ([#TBD](https://github.com/microsoft/AzureTRE/issues/TBD)) +* Update CLI install method to fix dependency issue ([#3601](https://github.com/microsoft/AzureTRE/issues/3601)) COMPONENTS: