Commit 4371f969 authored by Hanno Schlichting's avatar Hanno Schlichting

We don't use the omelette right now, remove!

parent 8d189640
......@@ -21,22 +21,6 @@ SOFTWARE_HOME = ${buildout:directory}/src
ZOPE_HOME = ${buildout:directory}
INSTANCE_HOME = ${buildout:directory}
[omelette]
recipe = collective.recipe.omelette >= 0.7
eggs = ${buildout:eggs}
[lib_python]
recipe = z3c.recipe.runscript
install-script = bin/create_lib_python.py:create_lib_python
update-script = bin/create_lib_python.py:create_lib_python
src-dir = ${omelette:location}
dst-dir = ${buildout:directory}/lib/python
skip-names =
easy_install.py
pkg_resources.py
setuptools
site.py
[zopepy]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
......
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