提交 497d8308 编写于 作者: M myeuler

add perl-generators build requires

上级 109335f9
......@@ -807,6 +807,14 @@ END
for my $dep (keys(%reqs)) {
$breqs{$dep}=$breqs{$dep} || $reqs{$dep};
}
#
# For most perl modules need generators, hard code here.
# Can not use perl(generators) for the reason that this is
# not a perl module, it provides some commands, need to use
# the native name of the packages
#
printf $spec "%-16s%s", "BuildRequires:", "perl-generators\n";
for my $dep (sort(keys(%breqs))) {
if (exists($corelist{$dep})) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册