From d01ef47a24dda2c6c6a188c390173c95729d283f Mon Sep 17 00:00:00 2001
From: Hanno Schlichting <hanno@hannosch.eu>
Date: Sun, 15 May 2011 13:40:57 +0000
Subject: [PATCH] Make Yvo happy and keep testing our factored out
 distributions, so CMF doesn't have to grow a KGS of its own

---
 buildout.cfg | 10 +++++++++-
 versions.cfg | 13 +++++++------
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/buildout.cfg b/buildout.cfg
index a19fc973e..c618636a0 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -61,13 +61,21 @@ eggs =
     Products.ZCatalog
     Products.ZCTextIndex
     Record
+# RestrictedPython has an optional dependency on DateTime, make sure to run its
+# tests with DateTime being available
     RestrictedPython
     initgroups
     tempstorage
     zExceptions
     zLOG
     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]
 recipe = zc.recipe.egg
diff --git a/versions.cfg b/versions.cfg
index 9924fb979..0e9b09da0 100644
--- a/versions.cfg
+++ b/versions.cfg
@@ -15,13 +15,7 @@ Missing = 2.13.1
 MultiMapping = 2.13.0
 nt-svcutils = 2.13.0
 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.PythonScripts = 2.13.0
-Products.StandardCacheManagers = 2.13.0
 Products.ZCatalog = 2.13.13
 Products.ZCTextIndex = 2.13.2
 Record = 2.13.0
@@ -30,6 +24,13 @@ zExceptions = 2.13.0
 zLOG = 2.11.1
 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
 manuel = 1.5.0
 python-gettext = 1.1.1
-- 
GitLab