Skip to content

Commit

Permalink
packit: Move to nodejs-npm SRPM dependency
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
martinpitt committed Apr 18, 2023
1 parent a68429f commit c499257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ copy_upstream_release_description: true

srpm_build_deps:
- make
- npm
- nodejs-npm

actions:
post-upstream-clone:
Expand Down

0 comments on commit c499257

Please sign in to comment.