From 23f10778ef32dc6541eb02d062ed3a08daa4dd89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 7 Jan 2025 11:57:39 +0100 Subject: [PATCH] Install missing hatchling dep for fedora --- dev_scripts/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_scripts/env.py b/dev_scripts/env.py index 07c82fd..d98480c 100755 --- a/dev_scripts/env.py +++ b/dev_scripts/env.py @@ -139,7 +139,7 @@ RUN dnf install -y python3.12 DOCKERFILE_BUILD_DEV_FEDORA_DEPS = r""" RUN dnf install -y git rpm-build podman python3 python3-devel uv \ - pipx make qt6-qtbase-gui \ + make qt6-qtbase-gui python3-hatchling pipx \ && dnf clean all # FIXME: Drop this fix after it's resolved upstream.