Skip to content

Commit

Permalink
Add python3-pip to test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocodes committed Dec 6, 2024
1 parent 56bec99 commit 220c371
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 @@ -26,7 +26,7 @@ build-deps: ## Install package dependencies to build RPMs
.PHONY: test-deps
test-deps: build-deps ## Install package dependencies for running tests
dnf install -y \
rpmlint which libfaketime ShellCheck \
python3-pip rpmlint which libfaketime ShellCheck \
hostname
dnf --setopt=install_weak_deps=False -y install reprotest

Expand Down

0 comments on commit 220c371

Please sign in to comment.