From: Dave Wallace Date: Tue, 15 Dec 2020 22:13:30 +0000 (-0500) Subject: build: remove centos-7 directive from Makefile X-Git-Tag: v21.06-rc0~3 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F34%2F30434%2F2;p=vpp.git build: remove centos-7 directive from Makefile - CentOS-7 support has been deprecated. Type: fix Signed-off-by: Dave Wallace Change-Id: If7f1988487d0b63a596dfee9dd03af89fb159573 --- 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