From 9ee9ae92b873eccd545ff7a3c5522268c5e1de4d Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Thu, 26 Nov 2020 13:49:11 +1000 Subject: [PATCH] pybind/mgr: Pin importlib_metadata version 2.1.0 Latest release of importlib_metadata breaks the Nautilus build. Master does not appear to be affected, probably because it uses python3.6 or greater which is compatible with the latest importlib_metadata version. Signed-off-by: Brad Hubbard --- src/pybind/mgr/ansible/requirements.txt | 1 + src/pybind/mgr/orchestrator_cli/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/src/pybind/mgr/ansible/requirements.txt b/src/pybind/mgr/ansible/requirements.txt index 8ef288ecc14c6..e75b578da402f 100644 --- a/src/pybind/mgr/ansible/requirements.txt +++ b/src/pybind/mgr/ansible/requirements.txt @@ -1 +1,2 @@ tox==2.9.1 +importlib_metadata==2.1.0 diff --git a/src/pybind/mgr/orchestrator_cli/requirements.txt b/src/pybind/mgr/orchestrator_cli/requirements.txt index 8ef288ecc14c6..e75b578da402f 100644 --- a/src/pybind/mgr/orchestrator_cli/requirements.txt +++ b/src/pybind/mgr/orchestrator_cli/requirements.txt @@ -1 +1,2 @@ tox==2.9.1 +importlib_metadata==2.1.0 -- 2.39.5