From a3d1a8e3e6115dff1f518a4ed46e053613eca580 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Mon, 22 Aug 2011 10:52:40 +0200
Subject: [PATCH] KVM : add big warnings to libnetworkcache workaround

---
 software/kvm/software.cfg | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/software/kvm/software.cfg b/software/kvm/software.cfg
index a2d9208ff..29fa44167 100644
--- a/software/kvm/software.cfg
+++ b/software/kvm/software.cfg
@@ -76,10 +76,10 @@ zc.recipe.egg = 1.3.2
 # slapos.core==0.9
 zope.interface = 3.6.4
 
-# Required by:
-# slapos.core==0.9
-slapos.libnetworkcache = 0.2
-
 # Required by:
 # novnc==0.1
-numpy = 1.6.1
\ No newline at end of file
+numpy = 1.6.1
+
+# XXX-CEDRIC Quick and dirty workaround to avoid m2crypto problems.
+# should not be used elsewhere unless for urgent cases. 
+slapos.libnetworkcache = 0.2
-- 
2.30.9