From c499257ec86b3089f460d016a243dbaf87087dc5 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 18 Apr 2023 12:38:34 +0200 Subject: [PATCH] packit: Move to nodejs-npm SRPM dependency `npm` recently became broken in Fedora and doesn't provide the `npm` binary any more. As a workaround, move to `nodejs-npm` to fix the srpm build. --- packit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packit.yaml b/packit.yaml index e0bea2e..0154b95 100644 --- a/packit.yaml +++ b/packit.yaml @@ -8,7 +8,7 @@ copy_upstream_release_description: true srpm_build_deps: - make - - npm + - nodejs-npm actions: post-upstream-clone: