From: Brad Hubbard Date: Thu, 26 Nov 2020 03:49:11 +0000 (+1000) Subject: pybind/mgr: Pin importlib_metadata version 2.1.0 X-Git-Tag: v14.2.17~28^2~26^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38296%2Fhead;p=ceph.git 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 --- diff --git a/src/pybind/mgr/ansible/requirements.txt b/src/pybind/mgr/ansible/requirements.txt index 8ef288ecc14c..e75b578da402 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 8ef288ecc14c..e75b578da402 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