Skip to content

Commit

Permalink
Change the pyp2spec invocation
Browse files Browse the repository at this point in the history
pyp2spec 0.10.0 changed the API around the specfile generation.
For fully-automated environments as copr is, the automode newly
includes convenient defaults to make the specfiles as close to
buildability as possible.
  • Loading branch information
befeleme committed Oct 10, 2024
1 parent 916f82f commit 445eb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpmbuild/copr_rpmbuild/providers/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _produce_srpm_pyp2spec(self):
"pyp2spec",
self.pypi_package_name,
"--fedora-compliant",
"--top-level",
"--automode",
]
if self.pypi_package_version:
cmd += ["-v", self.pypi_package_version]
Expand Down

0 comments on commit 445eb28

Please sign in to comment.