diff --git a/checkouts.cfg b/checkouts.cfg index c814f06..ddb5201 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -3,4 +3,5 @@ extends = https://raw.github.com/plone/buildout.coredev/4.3/sources.cfg always-checkout = force auto-checkout += + collective.dms.basecontent collective.z3cform.rolefield diff --git a/setup.py b/setup.py index ce1b13c..ebc9726 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ setup( zip_safe=False, install_requires=[ 'collective.wfcomment', + 'collective.dms.basecontent', 'collective.z3cform.chosen', 'collective.z3cform.rolefield', 'five.grok', diff --git a/sources.cfg b/sources.cfg index b2a4a37..8b1f7f8 100644 --- a/sources.cfg +++ b/sources.cfg @@ -12,4 +12,5 @@ entrouvert = git://repos.entrouvert.org entrouvert_push = git+ssh://git@repos.entrouvert.org [sources] -collective.z3cform.rolefield = git ${remotes:collective}/collective.z3cform.rolefield.git pushurl=${remotes:collective_push}/collective.z3cform.rolefield.git \ No newline at end of file +collective.dms.basecontent = git ${remotes:collective}/collective.dms.basecontent.git pushurl=${remotes:collective_push}/collective.dms.basecontent.git +collective.z3cform.rolefield = git ${remotes:collective}/collective.z3cform.rolefield.git pushurl=${remotes:collective_push}/collective.z3cform.rolefield.git