diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2020-12-15 17:13:30 -0500 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-12-16 09:41:38 +0000 |
commit | da33ec5143e15690bdc4b57ec81538919a1ded45 (patch) | |
tree | b74081dd1e8340b58e6b3d918da3d33fbf8101ce /Makefile | |
parent | 18f1e41d9c64188043f2b3fb1473d73242264a60 (diff) |
build: remove centos-7 directive from Makefile
- CentOS-7 support has been deprecated.
Type: fix
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: If7f1988487d0b63a596dfee9dd03af89fb159573
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |