Commit 2e6293c3 authored by Łukasz Nowak's avatar Łukasz Nowak

Workaround the hack.

We are using "dirty" hack which has more and more issues. It seems it does not
read requirements, so let's setup required requirement.
parent d28dfbcd
......@@ -17,6 +17,14 @@ parts +=
# - [instance-recipe] needs [bef_erp5-recipe] to be finished
# - we cannot rely on anything else being executed before [eggs]
bef_dummy = ${bef_erp5-recipe:location}
# XXX: Workaround for hack;
# slapos.core is added, as even if it is defined as dependency in bef_erp5-recipe
# it is not being fetched, maybe because of using this crazy hack.
# Note: Possibly everything from setup.py shall be done in same way.
eggs +=
slapos.core
extra-paths +=
${products-erp5:location}
......
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