From: Dave Wallace Date: Wed, 13 Jan 2021 22:27:47 +0000 (-0500) Subject: build: deprecate debian-9 support X-Git-Tag: v21.10-rc0~685 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=cfa8a89338ded1d5fbfa95dfab539fa61df72230;p=vpp.git build: deprecate debian-9 support Type: make Signed-off-by: Dave Wallace Change-Id: Ib14ce5561446aefb03c3989cf82ac7c6eb1471bb --- diff --git a/Makefile b/Makefile index 0633ae1af19..1ae1684e891 100644 --- a/Makefile +++ b/Makefile @@ -91,10 +91,6 @@ else ifeq ($(OS_VERSION_ID),20.10) DEB_DEPENDS += libelf-dev # for libbpf (af_xdp) DEB_DEPENDS += clang-format-10 LIBFFI=libffi8ubuntu1 -else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-9) - DEB_DEPENDS += libssl1.0-dev - DEB_DEPENDS += python-all python-pip - DEB_DEPENDS += python-dev python-all python-pip python-virtualenv else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-10) DEB_DEPENDS += libssl-dev DEB_DEPENDS += libelf-dev # for libbpf (af_xdp)