Skip to content

Commit

Permalink
Fix addon dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Mar 11, 2019
1 parent b5b60d6 commit 2a8d123
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bobtemplates/plone/addon/setup.py.bob
Expand Up @@ -62,14 +62,18 @@ setup(
'setuptools',
# -*- Extra requirements: -*-
'z3c.jbot',
{{% if not (plone.is_plone51 or plone.is_plone52) %}}
'Products.GenericSetup>=1.8.2',
'plone.api',
{{% endif %}}
'plone.api>=1.8.4',
'plone.restapi',
'plone.app.dexterity',
{{% if not plone.is_plone5 %}}
'plone.app.referenceablebehavior',
'plone.app.relationfield',
'plone.app.lockingbehavior',
'plone.schema',
{{% endif %}}
],
extras_require={
'test': [
Expand Down
1 change: 1 addition & 0 deletions bobtemplates/plone/addon/test_plone43.cfg
Expand Up @@ -13,6 +13,7 @@ setuptools = 27.3.0
# Pillow = 5.1.0

# manual pinnings
plone.app.dexterity = <=2.1.1
docutils = 0.14
plone.app.robotframework = 1.2.1
configparser = 3.5.3
Expand Down

0 comments on commit 2a8d123

Please sign in to comment.