Commit 91ffb858 authored by Aurel's avatar Aurel

add xml_marshaller & comment about lxml status

parent 5ddb8c34
...@@ -29,19 +29,14 @@ eggs = ...@@ -29,19 +29,14 @@ eggs =
zope.sendmail zope.sendmail
zope.structuredtext zope.structuredtext
Products.CMFCore Products.CMFCore
#Products.BTreeFolder2
#Products.ExternalMethod
#Products.MIMETools
Products.PythonScripts Products.PythonScripts
Products.SiteErrorLog Products.SiteErrorLog
Products.DCWorkflow Products.DCWorkflow
#Products.StandardCacheManagers xml_marshaller
#Products.ZCatalog
#Record
Products.DCWorkflow-patches = ${:_profile_base_location_}/../../component/egg-patch/Products.DCWorkflow/workflow_method.patch#7908d849d453a23c321a1a838abddadc Products.DCWorkflow-patches = ${:_profile_base_location_}/../../component/egg-patch/Products.DCWorkflow/workflow_method.patch#7908d849d453a23c321a1a838abddadc
Products.DCWorkflow-patch-options = -p1 Products.DCWorkflow-patch-options = -p1
[python] [python]
part = python3 part = python3
...@@ -208,4 +203,8 @@ wrapt = 1.11 ...@@ -208,4 +203,8 @@ wrapt = 1.11
typed-ast = 1.4.0 typed-ast = 1.4.0
Products.SiteErrorLog = 5.4 Products.SiteErrorLog = 5.4
Products.PythonScripts = 4.12 Products.PythonScripts = 4.12
Products.DCWorkflow = 2.4.0+SlapOSPatched001 Products.DCWorkflow = 2.4.0+SlapOSPatched001
\ No newline at end of file lxml = 4.4.3
# This is the version of lxml building, I copy/paste the 4.6.1 from pip install instead
# XXX it must be checked later
xml_marshaller = 1.0.2
\ No newline at end of file
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