From c57aa45043e630ec22741b2c3d47a0a78c7a7bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 21 Jul 2017 11:31:27 +0200 Subject: [PATCH] erp5: add olapy egg --- stack/erp5/buildout.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg index 28182ef81..4ca7d6123 100644 --- a/stack/erp5/buildout.cfg +++ b/stack/erp5/buildout.cfg @@ -28,6 +28,7 @@ extends = ../../component/matplotlib/buildout.cfg ../../component/mesa/buildout.cfg ../../component/numpy/buildout.cfg + ../../component/olapy/buildout.cfg ../../component/ocropy/buildout.cfg ../../component/onlyoffice-x2t/buildout.cfg ../../component/pandas/buildout.cfg @@ -70,6 +71,7 @@ parts += erp5-util-develop slapos-cookbook-develop slapos-cookbook + olapy-develop rdiff-backup aspell aspell-en-dictionary @@ -450,6 +452,7 @@ initialization = <= neoppod eggs = ${neoppod:eggs} ${numpy:egg} + ${olapy:egg} ${matplotlib:egg} ${lxml-python:egg} ${ocropy:egg} -- 2.30.9