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",