Commit 780fa27d authored by Aurélien Vermylen's avatar Aurélien Vermylen

Changes to make AutomaticDataProvider possible.

parent 20aad302
[buildout]
parts =
fastkml
[fastkml-develop]
recipe = zc.recipe.egg:develop
setup = ${fastkml-repository:location}
[fastkml-repository]
recipe = slapos.recipe.build:gitclone
repository = https://aurelien2:L6*=zBvso^sUM4>z@lab.nexedi.com/aurelien2/fastkml.git
branch = clearroad
git-executable = ${git:location}/bin/git
[fastkml]
recipe = zc.recipe.egg:develop
setup = ${fastkml-repository:location}
egg = fastkml
\ No newline at end of file
......@@ -16,4 +16,4 @@ egg = shapely
rpath =
${geos:location}/lib
${gcc:location}/lib
${gcc:location}/lib64
\ No newline at end of file
${gcc:location}/lib64
......@@ -5,12 +5,17 @@ extends =
../../component/msgpack-python/buildout.cfg
../../component/shapely/buildout.cfg
../../component/polyline/buildout.cfg
../../component/fastkml/buildout.cfg
# ../../component/clearroadutils/buildout.cfg
../../software/erp5/software.cfg
parts +=
wendelin
msgpack-python
shapely
polyline
fastkml
# clearroadutils
ipython
wendelin.core
wendelin_test_suite_runner
......@@ -25,6 +30,8 @@ eggs +=
${msgpack-python:egg}
${shapely:egg}
${polyline:egg}
${fastkml:egg}
# ${clearroadutils:egg}
${wendelin.core:egg}
${ipython:egg}
......
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