summaryrefslogtreecommitdiff
path: root/apt/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'apt/cache.py')
-rw-r--r--apt/cache.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/apt/cache.py b/apt/cache.py
index 9a0ff96c..2821f287 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -65,7 +65,8 @@ class Cache(object):
# drop stuff with no versions (cruft)
if len(pkg.VersionList) > 0:
self._dict[pkg.Name] = Package(self._cache, self._depcache,
- self._records, self, pkg)
+ self._records, self._list,
+ self, pkg)
i += 1
if progress != None: