Skip to content

Commit

Permalink
Merge pull request #43 from aiven/mel_pylint
Browse files Browse the repository at this point in the history
makefile: use dnf install --best --allowerasing

#43
  • Loading branch information
rikonen authored Jan 7, 2019
2 parents ed9826c + f13a9ca commit e5f1fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rpm:
$(RM) journalpump-rpm-src.tar.gz

build-dep-fed:
sudo dnf -y install \
sudo dnf -y --best --allowerasing install \
python3-flake8 python3-kafka python3-pytest python3-pylint \
python3-requests systemd-python3

Expand Down

0 comments on commit e5f1fe7

Please sign in to comment.