X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=0bf1a835a27fb388d6e57679106797c95ea9f384;hb=5f9a5c70edd11e90a27a795d953e06606424d4de;hp=ee83d7af358ed5d534e993ad79d75de20ea9e1b9;hpb=df5fbf6b904585bfb31505f29fb4e99665b80098;p=vpp.git 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