Commit c9b119a4 authored by Sebastian's avatar Sebastian

fixed problem with buildout

parent ff655437
......@@ -6,6 +6,7 @@ extends =
../../component/msgpack-python/buildout.cfg
../../component/scipy/buildout.cfg
../../software/erp5/software.cfg
../../component/nltk/buildout.cfg
parts +=
wendelin
scipy
......
  • @klaus @Kreisel You should keep erp5 as the last one, because using this order:

    • ../../component/nltk/buildout.cfg

    nltk overwrite parts from:

    ../../software/erp5/software.cfg

    so the parts related to erp5 are dropped, making tests fail and instance don't be created.

Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment