Skip to content

Commit

Permalink
Get build dependencies from SPEC file
Browse files Browse the repository at this point in the history
  • Loading branch information
orange-kao authored and alexole committed Jun 14, 2022
1 parent 65f57f6 commit 18769fa
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,5 @@ rpm: $(generated)

.PHONY: build-dep-fed
build-dep-fed:
sudo dnf -y install --best --allowerasing \
golang \
postgresql-server \
python3-botocore python3-cryptography python3-paramiko python3-dateutil python3-devel \
python3-flake8 python3-psycopg2 python3-pylint python3-pytest python3-execnet python3-pytest-mock \
python3-pytest-cov python3-requests python3-snappy \
python3-azure-sdk \
rpm-build
sudo dnf -y install 'dnf-command(builddep)' tar rpm-build
sudo dnf -y builddep pghoard.spec

0 comments on commit 18769fa

Please sign in to comment.