X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=3d44df1ecdaebb6c1674a5dff059faf027ee1183;hb=78b4f4e19bb60b89c5ed00a2d81b1bbfee27c3e2;hp=1456ef2b720fb2d161a585c5a1a4c3a1ee47549e;hpb=543a0fd32b0481f23c7328ac7ec5fc38e60fd19e;p=vpp.git diff --git a/Makefile b/Makefile index 1456ef2b720..3d44df1ecda 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ DEB_DEPENDS += cmake ninja-build uuid-dev python3-jsonschema python3-yaml DEB_DEPENDS += python3-venv # ensurepip DEB_DEPENDS += python3-dev # needed for python3 -m pip install psutil DEB_DEPENDS += libnl-3-dev libnl-route-3-dev -# python3.6 on 16.04 requires python36-dev +DEB_DEPENDS += enchant # for docs LIBFFI=libffi6 # works on all but 20.04 and debian-testing @@ -116,6 +116,7 @@ RPM_DEPENDS += ccache RPM_DEPENDS += xmlto RPM_DEPENDS += elfutils-libelf-devel RPM_DEPENDS += libnl3-devel +RPM_DEPENDS += enchant # for docs ifeq ($(OS_ID),fedora) RPM_DEPENDS += dnf-utils