From 29d4c6ee920b9f32ead658ea5f9d088cd4ff5f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cillian=20de=20R=C3=B3iste?= Date: Mon, 23 Jun 2025 17:58:20 +0100 Subject: [PATCH] Remove five.globalrequest It has been integrated since Zope 4 and breaks in Plone 6.1.2 See: https://github.com/plone/Products.CMFPlone/issues/2618 --- setup.py | 1 - src/pas/plugins/ldap/configure.zcml | 2 -- 2 files changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 47c92ea..0ece5fc 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,6 @@ "AccessControl>=3.0", "Acquisition", "bda.cache", - "five.globalrequest", "node", "node.ext.ldap>=1.1", "odict", diff --git a/src/pas/plugins/ldap/configure.zcml b/src/pas/plugins/ldap/configure.zcml index 6bf592d..43c32e6 100644 --- a/src/pas/plugins/ldap/configure.zcml +++ b/src/pas/plugins/ldap/configure.zcml @@ -6,8 +6,6 @@ xmlns:genericsetup="http://namespaces.zope.org/genericsetup" i18n_domain="pas.plugins.ldap"> - -