Skip to content

Commit de944c7

Browse files
JasperB-TeamBluedupondje
authored andcommitted
copr: install python during installdeps in copr makefile
To fix that no python installment is ready during copr, install it from the start. Signed-off-by: Jasper Berton <jasper.berton@team.blue>
1 parent 70d655f commit de944c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.copr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: installdeps git_cfg_safe srpm
22

33
installdeps:
4-
dnf -y install git autoconf automake make gettext-devel gcc
4+
dnf -y install git autoconf automake make gettext-devel gcc python3-devel
55

66
git_cfg_safe:
77
# Workaround for CVE-2022-24765 fix:

0 commit comments

Comments
 (0)