[yum-git] yum/sqlitesack.py
James Antill
james at linux.duke.edu
Sat Feb 9 05:00:25 UTC 2008
yum/sqlitesack.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 866295de82f15b1a15df27cc44b9968e5e633fec
Author: James Antill <james at and.org>
Date: Sat Feb 9 00:00:19 2008 -0500
And fix the midnight commit but
diff --git a/yum/sqlitesack.py b/yum/sqlitesack.py
index 1462009..3c22e30 100644
--- a/yum/sqlitesack.py
+++ b/yum/sqlitesack.py
@@ -363,8 +363,7 @@ class YumSqlitePackageSack(yumRepo.YumPackageSack):
# this function is just silly and it reduces down to just this
return self.searchPrco(name, 'provides')
- @staticmethod
- def _sql_pkgKey2po(repo, cur, pkgs=None):
+ def _sql_pkgKey2po(self, repo, cur, pkgs=None):
""" Takes a cursor and maps the pkgKey rows into a list of packages. """
if pkgs is None: pkgs = []
for ob in cur:
More information about the Yum-cvs-commits
mailing list