]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: Pin importlib_metadata version 2.1.0 38296/head
authorBrad Hubbard <bhubbard@redhat.com>
Thu, 26 Nov 2020 03:49:11 +0000 (13:49 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Thu, 26 Nov 2020 04:51:16 +0000 (14:51 +1000)
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 <bhubbard@redhat.com>
src/pybind/mgr/ansible/requirements.txt
src/pybind/mgr/orchestrator_cli/requirements.txt

index 8ef288ecc14c6a0b73af27b8aa4023165c8b51dd..e75b578da402f20249a5c31f1ecbc6558fb9db33 100644 (file)
@@ -1 +1,2 @@
 tox==2.9.1
+importlib_metadata==2.1.0
index 8ef288ecc14c6a0b73af27b8aa4023165c8b51dd..e75b578da402f20249a5c31f1ecbc6558fb9db33 100644 (file)
@@ -1 +1,2 @@
 tox==2.9.1
+importlib_metadata==2.1.0