Skip to content

Commit

Permalink
Add django to eggs in buildout_centos55.cfg so django appears in sys.…
Browse files Browse the repository at this point in the history
…path (trunk)

git-svn-id: http://mytardis.googlecode.com/svn/trunk@2041 1bbb43ac-ffe0-11de-8c0c-f1c8ac664a8e
  • Loading branch information
spearki committed Oct 12, 2011
1 parent 4e1e5fc commit c301a56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildout_centos55.cfg
Expand Up @@ -2,6 +2,7 @@
parts = django store staging sphinxbuilder
develop = .
eggs =
django
nose
coverage==3.4
django-nose
Expand Down Expand Up @@ -47,6 +48,3 @@ recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/docs
build = ${buildout:directory}/docs
eggs = ${buildout:eggs}
extra-paths =
${buildout:directory}/eggs/Django-1.3-py2.6.egg
${buildout:directory}/eggs/Django-1.3-py2.7.egg

0 comments on commit c301a56

Please sign in to comment.