From 68e9c7586a8630a0d5f23798ac164f33371d2677 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Wed, 27 Oct 2021 18:22:11 +0000 Subject: [PATCH] Pin importlib_metadata in wheelhouse This fixes an install hook failure caused by a conflict between setuptools 41.6.0 and importlib_metadata by pinning importlib_metadata to the last version that supported that version of setuptools. Closes-Bug: #1948967 Change-Id: Ic8376be8f1ef157dbfa13bd34ba51389cc472bb9 --- src/wheelhouse.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wheelhouse.txt b/src/wheelhouse.txt index 81ce1f7..f3f9e81 100644 --- a/src/wheelhouse.txt +++ b/src/wheelhouse.txt @@ -1,6 +1,7 @@ zipp<2.0.0 oslo_config oslo_i18n +importlib_metadata<3.1.1 git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack