From 1e5ffbdffa6f1966ed417960c656e455d8122bb8 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Sat, 9 Mar 2019 12:08:21 +0100
Subject: [PATCH] [buildout] Remove un-existing help section from buildout
 parts

---
 buildout.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildout.cfg b/buildout.cfg
index 64b2cb996..5640bae09 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,6 +1,6 @@
 [buildout]
 extends = common.cfg
-parts += help docker
+parts += docker
 develop = .
 
 [sources]
-- 
GitLab