From 576f0002af04a831fb7aca035efd30addd2950e5 Mon Sep 17 00:00:00 2001 From: Roel Bruggink Date: Fri, 22 Sep 2023 15:54:02 +0200 Subject: [PATCH] Use released Products.CMFCore --- base.cfg | 1 - setup.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/base.cfg b/base.cfg index 69bdf16..51763bc 100644 --- a/base.cfg +++ b/base.cfg @@ -63,4 +63,3 @@ eggs = plone.dexterity = git git://github.com/plone/plone.dexterity.git pushurl=git@github.com:plone/plone.dexterity.git branch=plip-680 plone.rest = git git://github.com/plone/plone.rest.git pushurl=git@github.com:plone/plone.rest.git branch=main Products.CMFPlone = git git://github.com/plone/Products.CMFPlone.git pushurl=git@github.com:plone/Products.CMFPlone.git branch=4.3.x-plip-680 -Products.CMFCore = git git://github.com/zopefoundation/Products.CMFCore.git branch=explicitacquisition diff --git a/setup.py b/setup.py index 76adb4c..acaba84 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def read(*rnames): "plone.app.testing[robot]>=4.2.2", "plone.app.robotframework", "plone.dexterity", - "Products.CMFCore", + "Products.CMFCore>=3.1", "requests", ] ), @@ -65,7 +65,7 @@ def read(*rnames): "zope.interface", "zope.publisher", "zope.traversing", - "Products.CMFCore", + "Products.CMFCore>=3.1", "Zope2", "six", ],