From 2850a8c1d34cd87b7e424d7e13592064680fd8da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 25 Sep 2024 11:46:11 +0900
Subject: [PATCH] stack/erp5: backport Products.MimetypesRegistry PR for
 classify on py3

---
 stack/erp5/buildout.cfg | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg
index fe70b8462..be4b15809 100644
--- a/stack/erp5/buildout.cfg
+++ b/stack/erp5/buildout.cfg
@@ -668,6 +668,8 @@ interval-patches = ${:_profile_base_location_}/../../component/egg-patch/interva
 interval-patch-options = -p1
 Products.DCWorkflow-patches = ${:_profile_base_location_}/../../component/egg-patch/Products.DCWorkflow/workflow_method-3.0.0.patch#4cc8607213b1ef08331366d9873becaa
 Products.DCWorkflow-patch-options = -p1
+Products.MimetypesRegistry-patches = ${:_profile_base_location_}/../../component/egg-patch/Products.MimetypesRegistry/40.patch#1e85995d08747f73df5ea7353a41453d
+Products.MimetypesRegistry-patch-options = -p1
 Products.PythonScripts-patches = ${:_profile_base_location_}/../../component/egg-patch/Products.PythonScripts/65.patch#61bd90d4c1ead3669bfe7c959d957ab6
 Products.PythonScripts-patch-options = -p1
 
@@ -813,7 +815,7 @@ Products.DCWorkflow = 3.0.0+SlapOSPatched001
 Products.ExternalMethod = 5.0
 Products.GenericSetup = 3.0.2
 Products.MailHost = 5.2
-Products.MimetypesRegistry = 3.0.1
+Products.MimetypesRegistry = 3.0.1+SlapOSPatched001
 Products.PluggableAuthService = 3.0
 Products.PluginRegistry = 2.0
 Products.PythonScripts = 5.0+SlapOSPatched001
-- 
2.30.9