From 2ae6c9f6d43509773ec889edbd64d8ea440d1280 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Wed, 11 Dec 2024 15:51:02 +0000 Subject: [PATCH] poetry: remove fabric and netns dependencies With the ControlMaster/ControlPersist approach, these are no needed anymore. I'm not reverting the commit that added them because that also contained an update of poetry.lock. I'm also not rebuilding the devctr for this because the dependencies will simply be dropped the next time we're rebuilding it. Signed-off-by: Patrick Roy --- tools/devctr/pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/devctr/pyproject.toml b/tools/devctr/pyproject.toml index 188a3b315bd..a4f7178aa5d 100644 --- a/tools/devctr/pyproject.toml +++ b/tools/devctr/pyproject.toml @@ -10,7 +10,6 @@ aws-embedded-metrics = "^3.1.0" black = "^24.3.0" # Gitlint locks this to 8.1.3. Lock from our side too to prevent different versions click = "8.1.3" -fabric = "^3.2.2" filelock = "^3.13.4" gitlint = "^0.19.1" ipython = "^8.15.0" @@ -19,7 +18,6 @@ mdformat = "^0.7.17" mdformat-gfm = "^0.3.5" mdformat-footnote = "^0.1.1" mdformat-frontmatter = "^2.0.8" -netns = "^1.0.0" openapi-spec-validator = "^0.7.1" psutil = "^6.0.0" pylint = "^3"