Commit 1887fd75 authored by Julien Muchembled's avatar Julien Muchembled Committed by Kazuhiko Shiozaki

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.
parent d7113dc5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment