Commit 770caed7 authored by Xavier Thompson's avatar Xavier Thompson

[fixup] Fix zc.recipe.egg tests

Fixup [feat] Add dependencies in __buildout_signature__

Some zc.recipe.egg tests were never adapted to zc.buildout 3.0.1
now using pip and wheel in addition to setuptools.
parent e44a1b89
......@@ -104,7 +104,7 @@ computed by the egg recipe by looking at .installed.cfg:
<BLANKLINE>
[sample-part]
__buildout_installed__ =
__buildout_signature__ = sample-... setuptools-... zc.buildout-... zc.recipe.egg-...
__buildout_signature__ = pip-... sample-... setuptools-... zc.buildout-... zc.recipe.egg-...
_b = /sample-buildout/bin
_d = /sample-buildout/develop-eggs
_e = /sample-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