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 ...@@ -16,4 +16,4 @@ egg = shapely
rpath = rpath =
${geos:location}/lib ${geos:location}/lib
${gcc:location}/lib ${gcc:location}/lib
${gcc:location}/lib64 ${gcc:location}/lib64
\ No newline at end of file
...@@ -5,12 +5,17 @@ extends = ...@@ -5,12 +5,17 @@ extends =
../../component/msgpack-python/buildout.cfg ../../component/msgpack-python/buildout.cfg
../../component/shapely/buildout.cfg ../../component/shapely/buildout.cfg
../../component/polyline/buildout.cfg ../../component/polyline/buildout.cfg
../../component/fastkml/buildout.cfg
# ../../component/clearroadutils/buildout.cfg
../../software/erp5/software.cfg ../../software/erp5/software.cfg
parts += parts +=
wendelin wendelin
msgpack-python msgpack-python
shapely shapely
polyline polyline
fastkml
# clearroadutils
ipython ipython
wendelin.core wendelin.core
wendelin_test_suite_runner wendelin_test_suite_runner
...@@ -25,6 +30,8 @@ eggs += ...@@ -25,6 +30,8 @@ eggs +=
${msgpack-python:egg} ${msgpack-python:egg}
${shapely:egg} ${shapely:egg}
${polyline:egg} ${polyline:egg}
${fastkml:egg}
# ${clearroadutils:egg}
${wendelin.core:egg} ${wendelin.core:egg}
${ipython: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