Commit 2698e7b9 authored by Jérome Perrin's avatar Jérome Perrin

erp5: remove `erp5-util-develop` part

it's not effective because some zc.recipe.eggs depending on erp5.util
are executed first, so erp5.util is downloaded from pypi.
parent 76dfbc3e
...@@ -70,7 +70,6 @@ extends = ...@@ -70,7 +70,6 @@ extends =
# keep neoppod extends last # keep neoppod extends last
parts += parts +=
erp5-util-develop
slapos-cookbook slapos-cookbook
rdiff-backup rdiff-backup
aspell aspell
...@@ -601,11 +600,6 @@ entry-points = ...@@ -601,11 +600,6 @@ entry-points =
zodbanalyze=erp5.util.zodbanalyze:main zodbanalyze=erp5.util.zodbanalyze:main
scripts = zodbanalyze scripts = zodbanalyze
# develop erp5.util from parts/erp5/
[erp5-util-develop]
recipe = zc.recipe.egg:develop
setup = ${erp5:location}
[cloudooo-repository] [cloudooo-repository]
branch = branch =
revision = 00604a3a5a69082f7c607665cc6badd5104a32b9 revision = 00604a3a5a69082f7c607665cc6badd5104a32b9
......
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