From 536ae3359d89907d764432cc13efe7cd84f921d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= <ericof@gmail.com> Date: Tue, 14 Sep 2021 16:27:20 +0200 Subject: [PATCH] Fix #261: Remove cyclic dependency with Products.CMFPlone. --- news/261.bugfix | 2 ++ setup.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 news/261.bugfix diff --git a/news/261.bugfix b/news/261.bugfix new file mode 100644 index 0000000000..f11241ba07 --- /dev/null +++ b/news/261.bugfix @@ -0,0 +1,2 @@ +Remove cyclic dependency with Products.CMFPlone +[ericof] \ No newline at end of file diff --git a/setup.py b/setup.py index baacc34265..312a076fbb 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,6 @@ "Products.CMFCore", "Products.CMFDynamicViewFTI", "Products.CMFEditions >=1.2.2", - "Products.CMFPlone >=5.0b3.dev0", "setuptools", "six", "zope.component",