Commit 517b16e8 authored by Nicolas Delaby's avatar Nicolas Delaby

Unpinned erp5diff (use last version)

install new dependencies for ERP5SyncML
  - xml_marshaller
  - xupdate_processor 


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35804 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 12b0ff3c
...@@ -5,7 +5,6 @@ extends = ...@@ -5,7 +5,6 @@ extends =
[versions] [versions]
# XXX refactor parts shared with versions.cfg into a common file # XXX refactor parts shared with versions.cfg into a common file
erp5diff = 0.2
python-memcached = 1.45 python-memcached = 1.45
PyXML = 0.8.4 PyXML = 0.8.4
ipdb = 0.1dev_r1716 ipdb = 0.1dev_r1716
......
# taken from https://svn.erp5.org/repos/public/experimental/erp5.buildout/profiles/versions.cfg # taken from https://svn.erp5.org/repos/public/experimental/erp5.buildout/profiles/versions.cfg
[versions] [versions]
erp5diff = 0.2
python-memcached = 1.45 python-memcached = 1.45
PyXML = 0.8.4 PyXML = 0.8.4
ipython = 0.10 ipython = 0.10
......
...@@ -85,6 +85,8 @@ eggs = ...@@ -85,6 +85,8 @@ eggs =
erp5diff erp5diff
ipdb ipdb
lxml lxml
xml_marshaller
xupdate_processor
mechanize mechanize
numpy numpy
paramiko paramiko
......
...@@ -66,6 +66,8 @@ eggs = ...@@ -66,6 +66,8 @@ eggs =
cElementTree cElementTree
elementtree elementtree
erp5diff erp5diff
xml_marshaller
xupdate_processor
ipdb ipdb
lxml lxml
mechanize mechanize
......
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