Enable langpack gathering in DNF gather.
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
43d8d02cb1
commit
aff6ac906c
2 changed files with 7 additions and 0 deletions
|
|
@ -135,6 +135,12 @@ class CompsWrapper(object):
|
|||
conditional.append(i)
|
||||
return list(packages), conditional
|
||||
|
||||
def get_langpacks(self):
|
||||
result = []
|
||||
for name, install in self.comps._i.langpacks.items():
|
||||
result.append({"name": name, "install": install})
|
||||
return result
|
||||
|
||||
|
||||
class ArchWrapper(object):
|
||||
def __init__(self, arch):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue