Skip to content

Commit

Permalink
Merge pull request #538 from aiven/alex-merge-hostfixes-main
Browse files Browse the repository at this point in the history
Get build dependencies from SPEC file [BF-956]
  • Loading branch information
rdunklau committed Jun 14, 2022
2 parents 65f57f6 + 18769fa commit ad1daf5
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 ad1daf5

Please sign in to comment.