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.
This commit is contained in:
parent
a68429fad0
commit
c499257ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ copy_upstream_release_description: true
|
||||||
|
|
||||||
srpm_build_deps:
|
srpm_build_deps:
|
||||||
- make
|
- make
|
||||||
- npm
|
- nodejs-npm
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
post-upstream-clone:
|
post-upstream-clone:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue