From 6722147a67ebbcb1fcdee669c992b103b695aa76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 11 Aug 2011 10:38:59 +0200 Subject: [PATCH] Apply temporary workaround for slapos.libnetworkcache --- stack/erp5.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stack/erp5.cfg b/stack/erp5.cfg index c4e4b2e5a..3b7cf14ca 100644 --- a/stack/erp5.cfg +++ b/stack/erp5.cfg @@ -400,6 +400,12 @@ scripts = # Use SlapOS patched zc.buildout zc.buildout = 1.5.3-dev-SlapOS-005 +# XXX: Very dirty workaround +# XXX: Pin slapos.libnetworkcache, as version higher than 0.3 depends on +# XXX: M2Crypto which installation is not defined yet +# XXX: Note, that slapos.libnetworkcache is buildout "internal" dependency +slapos.libnetworkcache = 0.3 + # pin Acquisition and Products.DCWorkflow to Nexedi flavour of eggs Acquisition = 2.13.7nxd001 Products.DCWorkflow = 2.2.3nxd002 -- 2.30.9