From 1887fd751506d4e31d67148644d91571837d7599 Mon Sep 17 00:00:00 2001
From: Julien Muchembled <jm@nexedi.com>
Date: Wed, 1 Mar 2017 13:53:44 +0100
Subject: [PATCH] NEO: add dependency to msgpack-python

We'll probably change the protocol to use msgpack instead of trees of Python
structs. By adding the dependency now, it will be possible to update the NEO
code (which is in development mode) without rebuilding the whole software.
---
 software/neoppod/software-common.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/software/neoppod/software-common.cfg b/software/neoppod/software-common.cfg
index 11795eecc..9045f7f62 100644
--- a/software/neoppod/software-common.cfg
+++ b/software/neoppod/software-common.cfg
@@ -11,6 +11,7 @@ extends =
 #LXML
     ../../component/lxml-python/buildout.cfg
 #END LXML
+    ../../component/msgpack-python/buildout.cfg
     ../../component/patch/buildout.cfg
     ../../component/python-mysqlclient/buildout.cfg
     ../../component/python-cryptography/buildout.cfg
@@ -41,6 +42,7 @@ environment = neoppod-setup-env
 [neoppod]
 recipe = zc.recipe.egg
 eggs = neoppod[admin, ctl, master, storage-mysqldb]
+  ${msgpack-python:egg}
   ${python-mysqlclient:egg}
   psutil
   BTrees
-- 
2.30.9