ci copr: install python3-rpm for fclogr
fclogr requires python3-rpm to be installed which is no longer installed by default as of Fedora 41.
This commit is contained in:
parent
500266d299
commit
33eaafa551
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ outdir ::= results_forge-srpm-macros
|
|||
|
||||
srpm:
|
||||
command -v pip || $(SUDO) dnf install -y python3-pip
|
||||
command -v fclogr || $(SUDO) dnf install -y python3-pygit2
|
||||
command -v fclogr || $(SUDO) dnf install -y python3-pygit2 python3-rpm
|
||||
command -v fclogr || pip install --user fclogr
|
||||
command -v nox || $(SUDO) dnf install -y nox
|
||||
python3 -m nox --no-venv -e srpm -- -o $(outdir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue