added collective.dms.basecontent dependency

This commit is contained in:
Vincent Fretin 2013-07-11 13:54:17 +02:00
parent 1640d02748
commit f245f76cb5
3 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -43,6 +43,7 @@ setup(
zip_safe=False,
install_requires=[
'collective.wfcomment',
'collective.dms.basecontent',
'collective.z3cform.chosen',
'collective.z3cform.rolefield',
'five.grok',

View File

@ -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
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