don't skip optional requirements
As for now we don't have way to say that it's mandatory if people want to install featue which lib provides. Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
f273d7d8f3
commit
62bb483451
1 changed files with 0 additions and 2 deletions
|
@ -79,8 +79,6 @@ for f in files:
|
|||
print_dep(md["name"], md["version"])
|
||||
if args.requires or args.conflicts:
|
||||
for dep in md["dependencies"]:
|
||||
if dep["optional"]:
|
||||
continue
|
||||
if dep["kind"] is not None:
|
||||
# kind: build -> build dependencies
|
||||
# kind: dev -> test dependencies
|
||||
|
|
Loading…
Reference in a new issue