Commit e2baac0f authored by Boris Kocherov's avatar Boris Kocherov

support erp5 dependency_list

parent caded8bb
...@@ -374,6 +374,7 @@ ...@@ -374,6 +374,7 @@
add_metafile("version", context._options.version); add_metafile("version", context._options.version);
add_metafile("description", context._options.description); add_metafile("description", context._options.description);
add_metafile("copyright_list", context._options.authors); add_metafile("copyright_list", context._options.authors);
add_metafile("dependency_list", context._options.dependencies);
add_metafile("license", context._options.license); add_metafile("license", context._options.license);
}) })
.push(function () { .push(function () {
......
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