# HG changeset patch # User raph # Date 1259833688 -3600 # Node ID 163235081173f530c567b1dbdb5c650e9af3c155 # Parent e1fec7a44d78c8eed82f3a7769b34f52c6e9e07f o fix recipe dependency (fixes #4) o fix python path (fixes #5) diff -r e1fec7a44d78 -r 163235081173 buildout.cfg --- a/buildout.cfg Mon Nov 30 13:55:21 2009 +0100 +++ b/buildout.cfg Thu Dec 03 10:48:08 2009 +0100 @@ -1,17 +1,15 @@ [buildout] +newest=false parts = + django python - django - eggs-dependencies django-extensions develop = . -eggs = comt - ${eggs-dependencies:eggs} [python] recipe = zc.recipe.egg interpreter = python -eggs = ${buildout:eggs} +eggs = ${django:eggs} [django] recipe = djangorecipe @@ -22,12 +20,9 @@ wsgi = true # gen wsgi settings = settings #test = cm -eggs = ${buildout:eggs} -pythonpath = ${django-extensions:location} -# is there a better way to reference comt/etc? - -[eggs-dependencies] -recipe = zc.recipe.egg:eggs +pythonpath = src + src/cm + ${django-extensions:location} eggs = django-flash django-tagging @@ -47,4 +42,4 @@ [django-extensions] recipe=zerokspot.recipe.git repository=git://github.com/django-extensions/django-extensions.git -#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c +#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c \ No newline at end of file