Commit d22cc3fe authored by Kirill Smelkov's avatar Kirill Smelkov

zodbtools: Refer to in-tree eggs via ${<name>:egg} not just name

This is similar to d67f382f (wendelin.core: Fix test build 2)
parent d67f382f
...@@ -10,8 +10,6 @@ extends = ...@@ -10,8 +10,6 @@ extends =
buildout-dev.cfg buildout-dev.cfg
parts = parts =
zodbtools
# for instance # for instance
zodbtools-python zodbtools-python
slapos-cookbook slapos-cookbook
...@@ -21,7 +19,7 @@ parts = ...@@ -21,7 +19,7 @@ parts =
# bin/python is preinstalled with sys.path to zodbtools & friends. # bin/python is preinstalled with sys.path to zodbtools & friends.
[zodbtools-python] [zodbtools-python]
<= python-interpreter <= python-interpreter
eggs = zodbtools[test] eggs = ${zodbtools:egg}[test]
# env.sh for zodbtools's python to be on $PATH. # env.sh for zodbtools's python to be on $PATH.
[zodbtools-env.sh] [zodbtools-env.sh]
......
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