aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ee83d7af358..0bf1a835a27 100644
--- a/Makefile
+++ b/Makefile
@@ -638,9 +638,6 @@ checkstyle-api:
# https://bugzilla.redhat.com/show_bug.cgi?id=1696324
.PHONY: centos-pyyaml
centos-pyyaml:
-ifeq ($(OS_ID)-$(OS_VERSION_ID),centos-7)
- @python3 -m pip install pyyaml
-endif
ifeq ($(OS_ID)-$(OS_VERSION_ID),centos-8)
@sudo -E yum install $(CONFIRM) python3-pyyaml
endif