Skip to content

Commit

Permalink
Require 'Products.GenericSetup >= 1.8.0'.
Browse files Browse the repository at this point in the history
We are using the new upgradeProfile method only available there.
  • Loading branch information
mauritsvanrees committed Oct 13, 2015
1 parent ca930e5 commit 03bc506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'Products.DCWorkflow',
'Products.ExtendedPathIndex',
'Products.ExternalEditor',
'Products.GenericSetup >=1.4',
'Products.GenericSetup >= 1.8.0',
'Products.MimetypesRegistry',
'Products.PasswordResetTool',
'Products.PlacelessTranslationService',
Expand Down

0 comments on commit 03bc506

Please sign in to comment.