Call object variable directly
This commit is contained in:
parent
9fc4b73550
commit
2aad144643
@ -39,7 +39,7 @@ class Gather(yum.YumBase):
|
||||
if not self.opts.quiet:
|
||||
self.logger.info('Checking deps of %s' % po.name)
|
||||
|
||||
reqs = po.returnPrco('requires');
|
||||
reqs = po.requires;
|
||||
reqs.sort()
|
||||
pkgresults = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user