From cdb3f22099bf4a8071971566fb97e167d2cbf969 Mon Sep 17 00:00:00 2001 From: Jorge Merlino Date: Tue, 9 Sep 2025 18:01:02 -0300 Subject: [PATCH] Add missing dependencies Fixing error in install hook: ERROR: Could not find a version that satisfies the requirement hatch-vcs<0.6.0,>=0.4.0 (from versions: none) ERROR: No matching distribution found for hatch-vcs<0.6.0,>=0.4.0 Closes-Bug: #2091295 Change-Id: Id83d99d8d549c7c1e9f0c0d5e158b9c709c27ba2 Signed-off-by: Jorge Merlino --- src/wheelhouse.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wheelhouse.txt b/src/wheelhouse.txt index 1431e83..5df46da 100644 --- a/src/wheelhouse.txt +++ b/src/wheelhouse.txt @@ -4,6 +4,8 @@ hvac==0.10.1 # Add hatchling and calver, needed by urllib3 hatchling<2,>=1.6.0 calver +hatch-vcs>=0.4.0,<0.6.0 +setuptools-scm<9,>=8 git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack