From 3e1477095710c6d82e02477d4fba28b1f07f9186 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 22 Jul 2024 23:13:03 +0200 Subject: [PATCH] Exclude GNU make as a requirement, as we use tox instead --- docs/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute.md b/docs/contribute.md index 7b992c68..948db798 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -20,7 +20,7 @@ Prepare your system by installing pre-requisites. ### System libraries -See {ref}`plone:plone-pre-requisites-label`. +You need to install system libraries, as described in {ref}`plone:plone-pre-requisites-label`, with the exception of GNU make. ### tox