Skip to content

Commit

Permalink
Remove dependency with collective.volto.cookieconsent
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Oct 4, 2024
1 parent 345689e commit 38a3e13
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
5.5.6 (unreleased)
------------------

- Nothing changed yet.
- Remove dependency with *collective.volto.cookieconsent*.
[cekk]


5.5.5 (2024-09-23)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
python_requires=">=3.7",
install_requires=[
"setuptools",
"collective.volto.cookieconsent", # this will be uninstalled and removed soon.
"collective.volto.gdprcookie",
"collective.monkeypatcher",
"collective.purgebyid",
Expand Down
1 change: 0 additions & 1 deletion src/redturtle/volto/dependencies.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/>
<include package="Products.GenericSetup" />

<include package="collective.volto.cookieconsent" />
<include package="collective.monkeypatcher" />
<include package="collective.purgebyid" />
<include package="kitconcept.seo" />
Expand Down

0 comments on commit 38a3e13

Please sign in to comment.