fedora-helper: Fixup comment
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
8fee5adf47
commit
b09a48a0c1
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ def get_binary_license(ctx, source, add, verbose):
|
|||
):
|
||||
continue
|
||||
licenses[p.lookup_str(solv.SOLVABLE_LICENSE)].add(p)
|
||||
# XXX: This is pure hack and we should optimize license license in much better way
|
||||
# XXX: This is pure hack and we should optimize license set in much better way
|
||||
if "MIT or ASL 2.0" in licenses and "ASL 2.0 or MIT" in licenses:
|
||||
licenses["MIT or ASL 2.0"].update(licenses.pop("ASL 2.0 or MIT"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue