Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Commit

Permalink
pkg: Install missing dependency for rpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
StollD committed Nov 1, 2021
1 parent 3127929 commit 19adbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/pkg-fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ case "$1" in
install)
# Setup build environment
dnf distro-sync -y
dnf install -y rpmdevtools rpm-sign rpkg 'dnf-command(builddep)'
dnf install -y rpmdevtools rpm-sign rpkg python3-setuptools 'dnf-command(builddep)'

# Install package dependencies
dnf builddep -y *.spec
Expand Down

0 comments on commit 19adbc4

Please sign in to comment.