Skip to content

Commit

Permalink
depend on plone.app.layout>=2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agitator committed Apr 25, 2018
1 parent a9e0bd2 commit a5fe85a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'plone.app.drafts>=1.1.2',
'plone.app.standardtiles>=2.2.0',
'Products.CMFPlone>=5.0.4',
'plone.app.layout>2.7.5',
'plone.app.layout>=2.8.0',
],
extras_require={'test': [
'plone.app.testing',
Expand Down
3 changes: 3 additions & 0 deletions test-5.0.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ package-name = plone.app.mosaic
package-extras = [test]

test-eggs = Pillow

[versions]
plone.app.layout = >=2.8.0
3 changes: 3 additions & 0 deletions test-5.1.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ package-name = plone.app.mosaic
package-extras = [test]

test-eggs = Pillow

[versions]
plone.app.layout = >=2.8.0
2 changes: 1 addition & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ plone.app.mosaic = 2.1.0
plone.app.standardtiles = 2.3.0
plone.app.tiles = 3.0.3
plone.tiles = 2.0.0
plone.jsonserializer = 0.9.6
plone.jsonserializer = 0.9.6

0 comments on commit a5fe85a

Please sign in to comment.