From f58411073744444dffed4154b6ca2beb8939ac70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Tue, 26 Sep 2023 19:45:22 +0200 Subject: [PATCH] Install packages needed for Python projects using hatch-vcs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- files/install-rpm-packages.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/install-rpm-packages.yaml b/files/install-rpm-packages.yaml index fe41152..d7d9a46 100644 --- a/files/install-rpm-packages.yaml +++ b/files/install-rpm-packages.yaml @@ -51,6 +51,9 @@ - fmf # these are for node modules, requested for jowl - nodejs-packaging-bundler + # for python projects using hatch-vcs + - hatch + - python3-hatch-vcs state: present install_weak_deps: False tags: