Skip to content

Commit

Permalink
Adds srpm_build_deps to Packit config
Browse files Browse the repository at this point in the history
I have no idea what I'm doing but I glanced at the docs in [this][1]
and [this][2] and feel like I'm on the right track to silencing the
warnings.

[1]: https://packit.dev/posts/copr-srpms/#deployment-phases
[2]: https://packit.dev/docs/configuration/#srpm_build_deps
  • Loading branch information
colindean committed Dec 16, 2022
1 parent 69472db commit 29d806e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ jobs:
metadata:
targets:
- fedora-all

srpm_build_deps:
- python3-pip
- python3-setuptools_scm

0 comments on commit 29d806e

Please sign in to comment.