Commit d01ef47a authored by Hanno Schlichting's avatar Hanno Schlichting

Make Yvo happy and keep testing our factored out distributions, so CMF doesn't...

Make Yvo happy and keep testing our factored out distributions, so CMF doesn't have to grow a KGS of its own
parent d64f4c7d
...@@ -61,13 +61,21 @@ eggs = ...@@ -61,13 +61,21 @@ eggs =
Products.ZCatalog Products.ZCatalog
Products.ZCTextIndex Products.ZCTextIndex
Record Record
# RestrictedPython has an optional dependency on DateTime, make sure to run its
# tests with DateTime being available
RestrictedPython RestrictedPython
initgroups initgroups
tempstorage tempstorage
zExceptions zExceptions
zLOG zLOG
ZopeUndo ZopeUndo
# these are still dependencies of CMF. Test them here, so we don't have to
# define a CMF KGS
Products.BTreeFolder2
Products.ExternalMethod
Products.MailHost
Products.PythonScripts
Products.StandardCacheManagers
[allpy] [allpy]
recipe = zc.recipe.egg recipe = zc.recipe.egg
......
...@@ -15,13 +15,7 @@ Missing = 2.13.1 ...@@ -15,13 +15,7 @@ Missing = 2.13.1
MultiMapping = 2.13.0 MultiMapping = 2.13.0
nt-svcutils = 2.13.0 nt-svcutils = 2.13.0
Persistence = 2.13.2 Persistence = 2.13.2
Products.BTreeFolder2 = 2.13.3
Products.ExternalMethod = 2.13.0
Products.MailHost = 2.13.1
Products.MIMETools = 2.13.0
Products.OFSP = 2.13.2 Products.OFSP = 2.13.2
Products.PythonScripts = 2.13.0
Products.StandardCacheManagers = 2.13.0
Products.ZCatalog = 2.13.13 Products.ZCatalog = 2.13.13
Products.ZCTextIndex = 2.13.2 Products.ZCTextIndex = 2.13.2
Record = 2.13.0 Record = 2.13.0
...@@ -30,6 +24,13 @@ zExceptions = 2.13.0 ...@@ -30,6 +24,13 @@ zExceptions = 2.13.0
zLOG = 2.11.1 zLOG = 2.11.1
ZopeUndo = 2.12.0 ZopeUndo = 2.12.0
# Deprecated / CMF dependencies
Products.BTreeFolder2 = 2.13.3
Products.ExternalMethod = 2.13.0
Products.MailHost = 2.13.1
Products.PythonScripts = 2.13.0
Products.StandardCacheManagers = 2.13.0
# ZTK KGS overrides # ZTK KGS overrides
manuel = 1.5.0 manuel = 1.5.0
python-gettext = 1.1.1 python-gettext = 1.1.1
......
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